A booking system that manages and displays bookings in a calendar. It contains a sign in function and multiple user roles.
- Install docker
- $ docker run --name salt-consultancy -e POSTGRES_PASSWORD=docker -d -p 5432:5432 postgres
- $ docker start salt-consultancy
- $ npm run server
- $ npm start
The database requires pre populaton, this can for now be done by calling the api endpoints in the file db_setup.js.