url-shortener | Demo
An URL shortening service written in express to generate custom/random URL for the ease of memorizing or sharing URL.
Project is created with:
- Node.js: 14.15
- Express.js: 4.17
- Mongoose: 5.11
Make sure Node.js and MongoDB is installed in your system.
git clone https://github.com/Ishaan-11/url-shortener.git
cd url-shortener/
npm install
npm run dev