Skip to content

DataScientest/fev22cde_devops

Repository files navigation

API pour les fev22cde

Installation

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Lancement

python3 -m uvicorn main:api --host=0.0.0.0 --reload

Tests

# in one terminal
python3 -m uvicorn main:api

# in another terminal
python3 -m pytest tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published