Something like a tweeter clone to bootstrap learning process of database and REST tools in python
Will start unit tests.
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