Codebase/Folder | Description |
---|---|
app | The main file for the API (PY) |
utils | Utils functions for the API (PY) |
test | For tesing the API (PY) |
-
First you need Python installed
-
Next you need to install all PYPI requirements with the command (In the dinner folder):
$ pip install -r req.txt
- Next run the API file:
$ python app.py