/node-url-shortner

Primary LanguageJavaScriptMIT LicenseMIT

node-url-shortner

Follow these steps in order.

  1. Fork the repository
  2. Run the command
  3. Rename config.json.example and change the value of "u" to your mongo URI.
  4. Visit app.js and change
this.MURI = "..."

to your web URL.

  1. Run npm i
  2. Run npm run prod
  3. Open localhost:9932 and you should be set to go!