Loading repository data…
Loading repository data…
sanchit2107 / repository
This consists of the Flight Management System using Spring Boot and Angular 9. A complete example of learning Full-stack Development along with implementation
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The Flight Reservation System is a Java-based solution that allows users to quickly book flights and manage booking information, updates, and cancellations easily. It consolidates data from different airline carriers and thus provides all the necessary details and rates in real-time. In addition, administrators of flight data can also quickly view, create, and update any information about flights, bookings, routes, and schedules.
How many times have you started dreaming of a new trip, but then the hassle of planning, finding the right flight, and booking it was so frustrating as to make you wonder if the trip was worth it?! Those frustrations end today with the Flight Reservation System's one-stop shop for your tickets!
The Flight Reservation System can be accessed by two categories of users: Customers and Administrators.
tbd
The Flight Reservation System does not currently include the following features:
npm install in the cmd line in the directory of the project.ng serve command.ng serve for a dev server.ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.ng test to execute the unit tests via Karma.ng e2e to execute the end-to-end tests via Protractor.To get more help on the Angular CLI use ng help or go check out the Angular CLI README.