Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 427 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 427 Bytes

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