Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 637 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 637 Bytes

link-shortening-project


This project is made using the MERN stack. Link to work page

The following functionality has been implemented on the project:

  • new user registration
  • user authorization
  • adding a new shortening link
  • shortened link click counter
  • link removal

How to run


You will need to clone the project

$ git clone https://github.com/CerusRebus/link-shortening-mern 

Install dependencies and run init script

$ npm i
$ npm run dev

Up