Skip to content

t1waz/school_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup

create venv and install packages:

$ python3.9 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

build:

$ docker-compose build

run:

$ docker-compose up

tests:

$ docker-compose run backend pytest

Brief desc

stack:

  • starlette (backend)
  • Kivy (mobile app)

DB:

  • postgres

About

awsome school backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published