ECAM-Scalable-Architecture

Instructions

The instructions of the course are given at the following address

Set up

The server run on a Python Flask

To run it follow the steps below:

  1. Create a virtual environment for python (windows)
$ python -m venv venv
$ venv\Scripts\activate
  1. Install the required packages within the virtual environment
$ (venv) pip install -r requirements.txt
  1. Run the server.py script
$ (venv) server.py