https://github.com/aulisius/u-r-l-s
Short URL generator in node
https://github.com/aulisius/u-r-l-s
koa koa2 nodejs pg-promise
Last synced: 8 months ago
JSON representation
Short URL generator in node
- Host: GitHub
- URL: https://github.com/aulisius/u-r-l-s
- Owner: aulisius
- Created: 2016-08-15T22:42:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T14:14:15.000Z (about 8 years ago)
- Last Synced: 2025-02-17T18:05:21.761Z (8 months ago)
- Topics: koa, koa2, nodejs, pg-promise
- Language: HTML
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# u-r-l-s
URL shortener written in Koa and PostgreSQL
# Steps
```sh
npm install
touch .env # fill details based from .env.example
npm start
# localhost:7878
```