Using Flask and SqlAlchemy
local with Python 3.7+, pipenv, and Postgres installed, run the following:
git clone repo
cd postit
docker-compose up --build
./setup.sh
pipenv run postit db migrate
pipenv run postit server
Reset the DB:
docker-compose stop
rm -Rf ./var
docker-compose up --build
pipenv run postit db migrate test
pipenv run postit check tests
pipenv run postit check style
- Add Value Objects
- Add UUID
- Add create migration command
- Clean repository method names