3H

Welcome to see this doc! This doc help you to run the project in your computer.

How to run the API.

Prepare the requirements.txt

1
2
$ #Please run this in the root of the project.
$ pip install -r requirements.txt

Run the ‘main.py’ of the API.

1
2
$ cd src/api
$ python main.py

How to run the Server.

Run the ‘main.py’ of the Server.

1
2
$ cd src/
$ python main.py

How to run the website.

Do not need, website will run with the Server.