Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.58 KB

Group project DAT076

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.

alt text alt text alt text alt text

Getting Started

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.

Prerequisites

Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.

Architecture

app

Done

  • Admin interface
  • Calendar
  • CRUD Customer
  • CRUD Employee
  • CRUD Treatement
  • CRUD Events.

TODO

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