feat: implemented api, implemented creating driver and vehicle entity, added db models for entities

This commit is contained in:
2025-01-04 23:16:42 +01:00
parent 2f86b4c434
commit c4de1d11ec
7 changed files with 179 additions and 30 deletions

View File

@ -13,7 +13,7 @@ services:
networks:
- backend
web:
GeoTrack:
build: .
ports:
- "8000:5000"