🔎 View can view an app overview on the github pages. (https://blaxzter.github.io/room-booking-tool/)
Run docker-compose up
to start the development server.
This project uses the open source cms directus.
The image that is hosed on dockerhub has the required plugins bundled in.
After the directus instance is running you have to create the schema, roles and permissions.
The extension used is directus-sync.
npx directus-sync push -u http://localhost:8055 -e 'email' -p 'password'