Skip to content

CerusRebus/link-shortening-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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