Files
parcer/api/README.md
2024-03-16 23:34:27 +05:30

8 lines
209 B
Markdown

## Maxon API
### Local Setup
1. Activate the virtual environment `venv\Scripts\Activate`
2. To install dependencies, run `pip install -r requirements.txt`
3. Run the command `uvicorn app.main:app --reload`