tweet
Something like a tweeter clone to bootstrap learning process of database and REST tools in python
Testing
make test
Will start unit tests.
Local development
To run tests on local machine running postgres instance is required to quickly start it you can execute make run-test-db
and stop it using stop-test-db