Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 661 Bytes

Dinner (AKA API)


Structure

Codebase/Folder Description
app The main file for the API (PY)
utils Utils functions for the API (PY)
test For tesing the API (PY)

How to run

  • 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