Team 4
- Raviteja Gannarapu (SJSU ID: 016650972)
- Jaya Prakash Reddy Pachika (SJSU ID: 016421873)
- Dasaradh Gutta (SJSU ID: 015949258)
- Prudhvi M.V.N.S (SJSU ID: 016597581)
- Communication: Our team communicated with each other regularly and Scrum meetings were held every Monday. We discussed about the dependency, issues faced and provide constructive feedback to each other which helped to progress with the project. We used Github Project Board to track progress of the sprints.
- Simplicity: We implemented the essential and required tasks in the project.
- Feedback: Each team member provided constructive feedback on the work performed and ensured that the feedback was implemented in the next sprint.
- Courage: We had the courage to incorporate any additional details/tasks that were required for the project progress.
- Respect: Each team member respected each other’s decisions and timelines.
- Frontend - ReactJS
- Backend - Node.js
- Database – MySQL
- UI Icons – Bootstrap and CSS
- Postman - REST API client to test the developed APIs
- Deployment - Amazon Web Services (AWS)
- ReactJS as Frontend with React-Redux.
- NodeJS as Backend with Express Framework.
- MySQL as Database with Sequelize Library.
- REST APIs using JSON.
- AWS as the cloud provider.
- Login for airport and airline employees.
- Arrival and departure flight Schedules based on given hours.
- Add or update flight schedules.
- Auto gates assignment for arriving flights.
- Auto baggage carousel assignments for arrived flights.
- Enable/Disable gates for maintenance.
- Frontend: Raviteja Gannarapu, Jaya Prakash Reddy Pachika, Dasaradh Gutta, Prudhvi M.V.N.S
- Backend: Raviteja Gannarapu, Jaya Prakash Reddy Pachika, Dasaradh Gutta, Prudhvi M.V.N.S
- Architecture & Database Design: Raviteja Gannarapu, Jaya Prakash Reddy Pachika
- UI Wireframes: Dasaradh Gutta, Prudhvi M.V.N.S
- Deployment: Raviteja Gannarapu, Jaya Prakash Reddy Pachika, Dasaradh Gutta, Prudhvi M.V.N.S
- Documentation: Raviteja Gannarapu, Jaya Prakash Reddy Pachika, Dasaradh Gutta, Prudhvi M.V.N.S
https://github.com/gopinathsjsu/team-project-team-four/blob/main/Documentation/FigmaUIWireframes.pdf
https://github.com/orgs/gopinathsjsu/projects/42/views/1
https://docs.google.com/spreadsheets/d/1Nh1BdyOhCOOXxJthjkFU8YmAl2eKb8Kg
- Clone the entire repository on work machine.
- Navigate to Code/backend directory run below cmd.
$ npm install
- Navigate to Code/backend directory run below cmd.
npm start
- Application should be up and running on port 3001.
http:{hostname}:3001
- Navigate to Code/frontend/src/Pages and update backend server url.
- Navigate to Code/frontend directory run below cmd.
$ npm install
- Navigate to Code/frontend directory run below cmd.
$ npm start