Ensure python3 is installed prior to setup
In terminal navigate to project root directory and run following command to install the dependencies:
- Run
make install
Run make run to start the server.
Navigate to http://localhost:5000/ to access the api doc.
Run make tests to execute test cases.
- Thank You freecodecamp