https://github.com/roysti10/dominuto
A url shortener built as part of Tally Code Brewers hackathon
https://github.com/roysti10/dominuto
fastapi tiny-url
Last synced: 11 months ago
JSON representation
A url shortener built as part of Tally Code Brewers hackathon
- Host: GitHub
- URL: https://github.com/roysti10/dominuto
- Owner: roysti10
- Created: 2021-11-20T20:41:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T04:28:28.000Z (over 4 years ago)
- Last Synced: 2025-06-18T11:51:26.063Z (12 months ago)
- Topics: fastapi, tiny-url
- Language: SCSS
- Homepage: https://dominuto.herokuapp.com/
- Size: 5.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dominuto
A simple URL shortener built as part of Tally Code Brewers Hackathon
https://dominuto.herokuapp.com/
## Local Development
1. ```bash
pip3 install requirements.txt
```
2. ```bash
$MONGODB_URL=
$KEY=
```
3. ```bash
uvicorn app.main:app --port=5000 --reload
```
4. Visit http://localhost:5000