8000 GitHub - MarvMa/arpas-backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MarvMa/arpas-backend

Repository files navigation

ARPAS-backend

ARPAS-Backend Docker-Commands

Build Image and Run Container

docker-compose up

Stop and delete container

docker-compose down

Testing

Activate virtual environment

source venv/Scripts/activate

Run Test without coverage

pytest

Run Test with coverage and html coverage

pytest --cov=app --cov-report=html

Run Test with coverage and cmd coverage

pytest --cov=app --cov-report=html

Deactivate virtual environment

deactivate

Documentation

Swagger Annotation öffnen http://localhost:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0