Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paradocx96/tournamentapp-api
Tournament App - Backend API
https://github.com/paradocx96/tournamentapp-api
fastapi mongodb python
Last synced: 5 days ago
JSON representation
Tournament App - Backend API
- Host: GitHub
- URL: https://github.com/paradocx96/tournamentapp-api
- Owner: paradocx96
- Created: 2023-06-24T04:39:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-24T04:39:30.000Z (over 1 year ago)
- Last Synced: 2024-10-31T02:05:15.702Z (about 2 months ago)
- Topics: fastapi, mongodb, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Tournament App API
## Setup Environment
```bash
python -m venv ./venv
```## Activate Environment
```bash
.\venv\Scripts\activate
```## Install Dependencies
```bash
pip install -r requirements.txt
```## Run Server
```bash
uvicorn main:app --reload
```