1.Create virtual environment: python -m venv .venv source .venv/bin/activate
2.Install dependencies pip install -r requirements.txt
3.Run the Server python -m app.main
| Name | Name | Last commit date | ||
|---|---|---|---|---|
1.Create virtual environment: python -m venv .venv source .venv/bin/activate
2.Install dependencies pip install -r requirements.txt
3.Run the Server python -m app.main