/anturiAPI

Primary LanguagePythonMIT LicenseMIT

AnturiAPI

Repo for the final assignment of course Backend-ohjelmointi @ SAMK 2023

Venv

Using a virtual environment is strongly suggested.
Refer to python documentation for more information.


Running the api

Install requirements by running pip install -r requirements.txt
Run the app in dev mode by running uvicorn app.main:app --reload Live documentation is available at http://localhost:8000/docs
Written documentation is found in docs folder

Code tested with Python version 3.10