Moved the source code from src/ to postman/
Added tests (unittests) splitted into one testing module per app source file (tests/models.py for testing models.py, tests/storage.py for testing storage.py and so on). Currently only tests for models have been added.
Added a script to run the tests