Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ardwiinoo/express-url-shortener

Penerapan clean architecture dengan studi kasus url-shortener
https://github.com/ardwiinoo/express-url-shortener

clean-architecture express mongodb

Last synced: 7 days ago
JSON representation

Penerapan clean architecture dengan studi kasus url-shortener

Awesome Lists containing this project

README

        

# express-url-shortener

| endpoint | Description |
| --- | --- |
| `/url` | create new short url |
| `/:shortId` | redirect by shortId url |
| `/stats/:shortId` | for statistics |