Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 499 Bytes

URL Shortener

A URL Shortened built with ExpressJS using MongoDB as the database.

Working Demo: https://short.ashsec.us.to/

Instructions

  1. Rename .env.example to .env.
  2. Fill in the environment file.
  3. Run npm install to install the depedencies.
  4. Run npm start to start the server.
  5. Visit http://localhost:PORT in the browser (where PORT is specified in .env).