This repository contains an implementation of a dessert ordering system built using Spring Boot and ReactJS. The system allows customers to place orders for desserts, view menu options, and track the status of their orders.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java 8 or later
- Node.js
- npm
- ReactJS
- Spring Boot
-
Clone the repository: git clone https://github.com/oscaru21/dessert-ordering.git
-
Install the required packages for the frontend using npm: cd src/main/frontend npm install
-
Run the following command to start the frontend: npm start
-
In a separate terminal, navigate to the root directory of the project and run the following command to start the backend: mvn spring-boot:run
The application can be accessed in your web browser at http://localhost:3000.
- ReactJS - JavaScript library for building user interfaces
- Spring Boot - Java-based framework for building microservices
- Oscar Umana - Initial work - oscaru21




