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

https://github.com/montycoder0701/hypernova-server


https://github.com/montycoder0701/hypernova-server

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# FastAPI + Tortoise ORM Backend

You must request the correct `.env` file and place in root to run this.

## 1. Create and activate virtual environment

```bash
python -m venv .venv
source .venv/bin/activate
```

## 2. Install dependencies

```bash
pip install -r requirements.txt
```

## 3. Run the server

```bash
fastapi run
```