11 lines
271 B
Markdown
11 lines
271 B
Markdown
|
|
# 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`
|