Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ardwiinoo/express-url-shortener
- Owner: ardwiinoo
- License: mit
- Created: 2023-07-23T03:25:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T10:43:51.000Z (over 1 year ago)
- Last Synced: 2023-07-27T11:42:40.091Z (over 1 year ago)
- Topics: clean-architecture, express, mongodb
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |