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

https://github.com/amanraj1608/personal-url-shortener


https://github.com/amanraj1608/personal-url-shortener

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

```sh
docker build -t url-shortener .

docker run -p 8000:8000 \
-e MONGO_URI="" \
url-shortener
```

```sh
curl -X POST -d "" https://s.amanraj.dev/shorten
```