git clone https://github.com/Koniushok/link-shortener-server.git
cd link-shortener-server
yarn
You must have a mongodb installed
Saving lists of links to the database (optional)
yarn seed
yarn start
- Dev Server runs on port 8080 (can change in
./config/development.json
). - You can use the delay to show the loading animation.
./config/development.json
-->delay(default 0)
- Cors Origin default
http://localhost:3000
(can change in./config/development.json
).