Shortner URL

This project is a URL shortener. The client version will be available below.

Client: https://github.com/rodriguesabner/client-shorten

Run Locally

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