Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 451 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 451 Bytes

Shooooort

The link shortener with a long name

Demo

https://link-shoortener.herokuapp.com/

How to Start

Clone repository:

git clone https://github.com/carlababa/shooooort.git  

cd shooooort

Install Dependencies:

npm install

Build project:

npm run build

Start server:

npm start

Access localhost:3000

How to test

npm test