This project is a URL shortener. The client version will be available below.
Client: https://github.com/rodriguesabner/client-shorten
Clone the project
git clone https://github.com/rodriguesabner/server-shorten
Go to the project directory
cd server-shorten
Install dependencies
npm i
//or
yarn
Start the server
npm run start