Skip to content

meguiluzortiz/url-shortener

Repository files navigation

url-shortener

API to make short urls.

Live demo

Url Shortener

Environment variables

The application use to environment variables for running. Please refer to .env-example file.

  • PORT: Application port.
  • MONGODB_URI: Database URI.

How to run

npm run start            #run the app
npm run start:dev        #run the app in dev mode

Tech stack

  • Node / Express
  • MongoDB / Monk
  • Swagger / Swagger UI
  • Heroku

References