Files
parcer/api/README.md

8 lines
185 B
Markdown
Raw Normal View History

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