Skip to content

HCI26/Observa-API

Repository files navigation

Observa-API

Setup Instructions

  1. Clone the repository
    git clone https://github.com/HCI26/Observa-API.git
  1. Change directory to the repo
    cd Observa-API
  1. Create a python virtual enviroment
    python3 -m venv venv
  1. Activate the virtual enviroment
    source venv/bin/activate
  1. Install the requirements
    pip install -r requirements.txt
  1. Open vscode in the current folder
    code .
  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published