This is a booking system for a group project in the Chalmers course DAT076. There is another readme for the frontend in the frontend-folder.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
More instruction about how to setup and run backend and frontend exists in readme file of each project.
Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.
- Admin interface
- Calendar
- CRUD Customer
- CRUD Employee
- CRUD Treatement
- CRUD Events.
All business requirement was not implemented; following are what is left to do:
- CRUD Employee Report (Working hours, Salary, Holidays)
- CRUD Customer Report (Customer History, Bonus)
- Print Reports
- Authentication
- Customer Interface to perform own booking.
- CRUD Product