Skip to content

Southwestern-Higher-Learning/TutorBackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TutorApp Backend

example workflow

Built using FastAPI and Docker

Developing

When using docker-compose, you need to run some tests to ensure the quality of your code:

docker-compose exec web python -m pytest .

docker-compose exec web python -m black .

docker-compose exec web python -m isort .

docker-compose exec web python -m flake8 . Fix whatever you need to fix here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published