Simple url shortener made with JS, Node and EJS.
This simple url shortener stores a shortened code for each generated URL in the database using MongoDB.
- Ejs
- Express
- Mongoose
- Shortid
- Dotenv
- Nodemon
- Clone this repo
- Add your own .env filling in the variables from the .sample-env file. All variables written in that file are required
- To run this server just execute "npm run"
- For testing (development mode), there's an explicit command stated: npm run dev