Skip to content
Snippets Groups Projects
  • fu1106jv's avatar
    340ae061
    - fixed some isues with status being boolean · 340ae061
    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
    340ae061
    History
    - fixed some isues with status being boolean
    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 🦄

Explore the docs · View Live

Table of Contents
  1. About The Project
  2. How to develop

About The Project

Here maybe a screenshot

Here some nice text later

(back to top)

Built With

(back to top)

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

(back to top)