Skip to content

notanonymousenough/fastapi-auth-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Du Rove's Wall API

REST API service for a social wall with posts.

Requirements

python 3.8+

First run

$ pip install -r requirements.txt
$ python migrate.py
$ python -m duroveswall

Run tests

$ python -m pytest --verbosity=2 --showlocals --log-level=DEBUG

Run linter

$ pylint duroveswall