Commit Graph

16 Commits

Author SHA1 Message Date
hasslesstech 9f5c2505de add environment files to .gitignore 2024-12-27 21:52:03 +02:00
hasslesstech 9fe9a112e7 add database and marshmallow entities to app 2024-12-27 21:51:19 +02:00
hasslesstech a5c5c1850d add database container to docker-compose.yaml 2024-12-27 21:49:24 +02:00
hasslesstech 2fcb8aa276 bump dependencies for application 2024-12-27 21:44:09 +02:00
hasslesstech cfe3fa5fc7 add variant for further development 2024-12-23 19:21:30 +02:00
hasslesstech 1ad5a7587b add record-related endpoints lab2 2024-10-28 20:10:04 +02:00
hasslesstech e6954e5710 add category-related endpoints 2024-10-28 18:18:28 +02:00
hasslesstech 5d9da36bc5 add workaround for postman flow
Add endpoint specifically designed to make sure postman flow will
execute correctly on any run regardless of what previous changes have
been done to the server database.
2024-10-28 17:27:34 +02:00
hasslesstech 3390b2e374 add user-related endpoints 2024-10-28 17:19:47 +02:00
hasslesstech 8b7e93bd67 use volumes instead of copying application files
This change drastically reduces the amount of rebuilding required during
application development and debugging stages.
2024-10-28 14:08:23 +02:00
hasslesstech fc6775ed2e set __pycache__/ directories to be ignored by git 2024-10-28 14:05:30 +02:00
hasslesstech 3eacc59ef9 add README.md lab1 2024-09-25 16:25:58 +03:00
hasslesstech f50bbca48e add docker-compose.yaml 2024-09-25 15:01:49 +03:00
hasslesstech 7a84db633c fix wrong timezone 2024-09-25 14:56:37 +03:00
hasslesstech 64d6638cc3 add Dockerfile for automatic container creation 2024-09-25 14:33:33 +03:00
hasslesstech 4936114942 add initial application code alongside it's dependencies 2024-09-24 20:25:06 +03:00