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: 8 months ago
JSON representation

Short URL generator in node

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
```