Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 453 Bytes

tweet Build Status

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