-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated Readme #30
Merged
Merged
updated Readme #30
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,94 @@ | ||
# Flight-Management-System | ||
This consist back end of the Flight Management System using Spring Boot and Angular 9 based UI. | ||
# Flight Reservation System | ||
<p style="text-align: center;"><img src="./FMS-Level-3-Angular/src/assets/airplane-wing-sky.jpg" alt="airplane drawing"></p> | ||
|
||
## Development server | ||
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. | ||
## 🌐 Description | ||
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. | ||
|
||
## Code scaffolding | ||
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module. | ||
|
||
## Build | ||
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build. | ||
## 💻 Technologies | ||
#### Backend Technologies: | ||
1. Java 8 | ||
1. Spring Boot | ||
1. JPA | ||
1. REST API | ||
1. JUnit Testing | ||
#### Frontend Technologies | ||
1. HTML | ||
1. CSS | ||
1. Bootstrap | ||
1. Typescript | ||
1. Angular | ||
#### Database Management | ||
1. Oracle | ||
1. H2 Database | ||
|
||
## Running unit tests | ||
Run ng test to execute the unit tests via Karma. | ||
## ℹ️ Background | ||
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! | ||
|
||
## Running end-to-end tests | ||
Run ng e2e to execute the end-to-end tests via Protractor. | ||
## ✈️ Features | ||
The Flight Reservation System can be accessed by two categories of users: Customers and Administrators. | ||
#### Features for Customeres | ||
1. Customers can create a new account in order to log in. | ||
1. Customers can search available flights. | ||
1. Customers can make a booking, view current bookings, and modify and cancel a booking, if needed. | ||
1. Customers can see airport details for the airports associated with their flight(s). | ||
#### Features for Administrators | ||
1. Administrators can view all details for flights, schedules, and routes. | ||
1. Administrators can add, modify, and cancel flights, schedules, and routes. | ||
|
||
|
||
## 📷 Screenshots | ||
tbd | ||
|
||
## 📘 Backlog | ||
The Flight Reservation System does not currently include the following features: | ||
1. Generating seating plans | ||
1. Generating boarding passes | ||
1. Integrating with third-party applications, such as email and SMS | ||
1. Processing payments | ||
|
||
|
||
## 🤝 Contributors | ||
[Sanchit Singhal](https://github.com/sanchit2107) | ||
|
||
[Shaivi Sinha](https://github.com/ShaiviSinha) | ||
|
||
[Shivani Luthra](https://github.com/Shivaniluthra) | ||
|
||
[Vaibhav229](https://github.com/ShaiviSinha) | ||
|
||
## For Developers | ||
#### Access the App | ||
1. Install Angular CLI if not already installed in your system. | ||
1. Clone this project. | ||
1. Run `npm install` in the `cmd` line in the directory of the project. | ||
1. Then, run `ng serve` command. | ||
|
||
#### Want to Contribute? | ||
1. Fork this repo. | ||
1. Check out the Issues tab and comment on the issue you would like to work on. | ||
1. Clone the forked repo. | ||
1. Test your changes thoroughly. Add meaningful and accurate commit messages. Include inline comments for complex logic and any external library. Update Readme if necessary. | ||
1. Create a Pull Request. Check out this tutorial for details: https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github. | ||
|
||
## Technical Details | ||
#### How to Run It | ||
1. Run `ng serve` for a dev server. | ||
1. Navigate to http://localhost:4200/. | ||
1. The app will automatically reload if you change any of the source files. | ||
|
||
#### Code Scaffolding | ||
1. Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. | ||
|
||
#### Build | ||
1. Run `ng build` to build the project. The build artifacts will be stored in the `dist/ directory`. Use the `--prod` flag for a production build. | ||
|
||
#### Running Unit Tests | ||
1. Run `ng test` to execute the unit tests via Karma. | ||
|
||
#### Running End-to-End Tests | ||
1. Run `ng e2e` to execute the end-to-end tests via Protractor. | ||
|
||
#### Further Help | ||
To get more help on the Angular CLI use `ng help` or go check out the Angular CLI README. | ||
|
||
## Further help | ||
To get more help on the Angular CLI use ng help or go check out the Angular CLI README. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add your name as well in your next PR here.
@ancasimon
Will be great to see your name also here on the contributor list.