xM4hmoud's URL Shortener
A simple url shortener with cool UI built using nodejs.
Installation
Go to configuration
folder then open Dbconnect.js
and add your MongoDB URL.
Install the modules using:
npm install
Run
To run it in dev mode: npm run start:dev
Normal Mode: npm run start
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.