URL.Shortener.Video.mp4
- Shorten a Long URL using the web app
- Track the number of clicks
- Full responsive
- Node.js
- Express.js
- MongoDB
- Mongoose
- Ejs
- Bootstrap
Create a .env file in the root folder and add the following
DB_URL = your mongodb url
URL = the url of your app
SECRET = your own string
npm install
npm start