Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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