Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 507 Bytes

Flight-Reservation-Microservice

Flight Reservation Project Complete with the react-frontend and all the spring-boot-backend-microservices.

Instructions for running the react-fronted on computer :-

  1. Go to terminal and git clone the project
  2. Install node.js and npm on your system and make sure you have them in your system before moving ahead.
  3. Navigate to the react-frontend/my-app directory
  4. Do "npm install" to install all the dependencies
  5. Finally, do "npm start" to run the application.