https://github.com/montycoder0701/hypernova-server
https://github.com/montycoder0701/hypernova-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/montycoder0701/hypernova-server
- Owner: MontyCoder0701
- Created: 2025-07-15T12:12:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T14:08:04.000Z (12 months ago)
- Last Synced: 2025-07-16T07:23:53.327Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```