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