Skip to content

SDP-group22/helio-hub

Repository files navigation

helio-hub

Setup

  1. create Python virtual environment
    python3 -m venv venv

  2. activate virtual environment
    Windows : venv\Scripts\activate.bat
    Linux : source venv/bin/activate

  3. install requirements
    pip install -r requirements.txt

  4. create 'database' folder
    mkdir database

  5. run server
    python api.py

  6. Swagger UI can be found on your browser at localhost:{4310}/ui

Testing

  1. run tests (must be in top level folder)
    pytest tests
    Note: -s flag can be useful to print stdout of tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •