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
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