Bitly Clone: Url Shortener built with the MERN Stack
Simply, is a React web app: that shortens website links for you.
I created this app with there MERN stack while utilizing the ShortId npm package to shorten the links and render shortened links on to the homepage using Ejs
- Clone the repository
- Inside your local directory run
npm installto install required dependencies - Use
npm startcommand to run the application - run on localhost:5000
- MongoDB
- Express
- NodeJs
- EJS

