Shorten-ly is a fullstack URL shortening Web-App developed using Nodejs, Express, Reactjs .
- Used mLab to deploy Mongo database to save fetched data
- Abides by RESTful API protocols
Live version -> here
npm install
npm start
- redirect
/:{short Code}
- post long URL
/api
- Count number of visits to a short URL
- Add login
- Ability for each user to manage links created by him/her .