Something went wrong on our end
-
fu1106jv authored
- added get to Booking Form - check for Node_Env before altering tables - cleaned up things already handled in sequleize (especially deleting things is already taken care of including dependencies) - fixed tests
fu1106jv authored- added get to Booking Form - check for Node_Env before altering tables - cleaned up things already handled in sequleize (especially deleting things is already taken care of including dependencies) - fixed tests
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 1.29 KiB
Fahrtenbuch - Team Einhorn 🦄
Table of Contents
About The Project
Here maybe a screenshot
Here some nice text later
Built With
How to develop
- Install Docker:
- In the root of the project, run
docker compose build
to build all containers. - Then run
docker compose up
to start the build. - Done