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

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

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