Files
parcer/api/README.md

8 lines
209 B
Markdown
Raw Normal View History

2024-01-05 19:51:17 +05:30
## Maxon API
### Local Setup
2024-03-16 23:34:27 +05:30
1. Activate the virtual environment `venv\Scripts\Activate`
2024-01-05 19:51:17 +05:30
2. To install dependencies, run `pip install -r requirements.txt`
3. Run the command `uvicorn app.main:app --reload`