Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 501 Bytes

How to build an API workshop: API

Requirements

  • Python 3+

Recommendations

Usage of virtualenv is recommended for package library / runtime isolation.

Usage

To run the server, please execute the following from the root directory:

  1. Setup virtual environment

  2. Install dependencies

pip3 install -r requirements.lock
  1. Run API server as a python module
python3 -m src