flask-restx-API

Steps to run the API:

  1. Clone the github repository through an CLI (command line interface):
  1. Install modules from the "requirements.txt" file using pip command:
  • $ pip install -r requirements.txt
  1. Run the app with python command:
  • $ python app.py