Hiring-Task-Shy-Badger/RUNBOOK.md

11 lines
271 B
Markdown
Raw Normal View History

# How to run this project
Start The API Server:
pip install -r requirements.txt
python ShyBadger/run.py
Starts server on port 80, calling the root redirects to an unfinished OpenAPI spec site
See `ShyBadger/test.py` for a usage example of the `BasketService`