Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 283 Bytes

File metadata and controls

19 lines (11 loc) · 283 Bytes

urlz

A url shortner app in node

Installation:

  1. clone it
  2. install npm deps

npm i

  1. make sure mognodb is installed and then:

echo MONGO_URI=localhost/urlz > .env

  1. run it

npm run start/dev

See it here