A URL Shortened built with ExpressJS using MongoDB as the database.
Working Demo: https://short.ashsec.us.to/
- Rename
.env.exampleto.env. - Fill in the environment file.
- Run
npm installto install the depedencies. - Run
npm startto start the server. - Visit
http://localhost:PORTin the browser (wherePORTis specified in.env).
