A web system for customers to make orders and for clients to manage menu and orders
- Clone the git repository
- In docker-compose.yml, change the path '/Users/Username/CoffeeShop' to your local path to the reposiotry
- Go to the root folder of your repository and run 'docker-compose up -d' in the console
- Open a web browser and access the path localhost/create to initialize the database
- You have finish all the set-ups
- To open the client landing page, access the path localhost/client.html
- To open the customer landing page, access the path localhost/customer.html