https://github.com/amanraj1608/personal-url-shortener
https://github.com/amanraj1608/personal-url-shortener
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amanraj1608/personal-url-shortener
- Owner: AmanRaj1608
- Created: 2025-02-05T22:14:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-05T22:35:20.000Z (8 months ago)
- Last Synced: 2025-02-05T23:27:46.621Z (8 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```