Online booking management system for a barber shop. This application uses react to build the front-end and java, spring boot to build the APIs required. The data is persisted on mongo DB Atlas.
This project was bootstrapped with Create React App.
You will need create-react-app to setup and run the code on your machine.
npm install create-react-app -g
Available Scripts In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The backend code is created using spring boot.
You will require java 8 and maven installed on your local machine.
Open the service
directory in a Java IDE(intellij/STS) and run the project.