This is a React.js web app made as a bachelors degree project.
An application that allows users to search for general info about airlines and their current fleet.
After cloning this repository you need to install the dependencies named in the package.json file by executing this command:
npm install
Position yourself into the "main/backend" folder and run the following command to start the server application on http://localhost:5000/
nodemon app.js
Position yourself into the "main/frontend" folder and run the following command to start the client application on http://localhost:3000/
npm start
You do not need to register or login into application to see details about airlines
- List of airlines sorted by their first letter.
- Airlines with they first letter A
- Selected airline with details and current fleet
- In admin role you can add, update and delete airline company or aircraft from company




