Skip to content

React.js web app made as a bachelors degree project @ FESB. An application that allows users to search for general info about airlines and their current fleet.

Notifications You must be signed in to change notification settings

AndrejVidovic/AvioBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AvioBase

This is a React.js web app made as a bachelors degree project.

About

An application that allows users to search for general info about airlines and their current fleet.

Getting Started

Installing

After cloning this repository you need to install the dependencies named in the package.json file by executing this command:

npm install

Running the app

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

How to use

You do not need to register or login into application to see details about airlines

  • List of airlines sorted by their first letter.

list

  • Airlines with they first letter A

list_A

  • Selected airline with details and current fleet

airline

  • In admin role you can add, update and delete airline company or aircraft from company

Admin_list

confirm_dialog

About

React.js web app made as a bachelors degree project @ FESB. An application that allows users to search for general info about airlines and their current fleet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published