Flight Reservation Project Complete with the react-frontend and all the spring-boot-backend-microservices.
Instructions for running the react-fronted on computer :-
- Go to terminal and git clone the project
- Install node.js and npm on your system and make sure you have them in your system before moving ahead.
- Navigate to the react-frontend/my-app directory
- Do "npm install" to install all the dependencies
- Finally, do "npm start" to run the application.