Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```