Skip to content

NTUT-108-SE/CMS-Backend

Repository files navigation

CMS-Backend

GithubAction codecov GitHub GitHub Pipenv locked Python version

A project for Clinic Management System backend

Setup

pipenv install --dev

Configuration

cp .environment.template .environment
vim .enviroment

Run docker

docker-compose up -d

Run

pipenv run python run.py

Test

pipenv run python -m pytest --cov=./ --cov-report term-missing --cov-config=.coveragerc tests/

Coding style

pipenv run yapf -i -r .

Contribute

Before commit or PR
Please pass the test and keep the same coding style.

About

A project for Clinic Management System backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published