Docker & PostgreSQL
- added dockerfile;
- added docker compose;
- changed db from sqlite3 to postgresql;
- added env file for API testing;
- changed representation of delivery and pick up fields (from id to zip codes);
- added readme.md docs file;
- added Postman collection for project testing;