A url shortner app in node
Installation:
- clone it
- install npm deps
npm i
- make sure mognodb is installed and then:
echo MONGO_URI=localhost/urlz > .env
- run it
npm run start/dev
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A url shortner app in node
Installation:
npm i
echo MONGO_URI=localhost/urlz > .env
npm run start/dev