rodriguesabner / server-shorten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%