Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T14:14:15.000Z (over 7 years ago)
- Last Synced: 2024-12-29T15:46:28.240Z (about 1 month 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
```