- Clone the repository
git clone https://github.com/HCI26/Observa-API.git
- Change directory to the repo
cd Observa-API
- Create a python virtual enviroment
python3 -m venv venv
- Activate the virtual enviroment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Open vscode in the current folder
code .
- Run the server using the
launch.json
configuration file in vscode by pressing F5 or by clicking on the Run icon in the Activity Bar on the side and then clicking Start Debugging.