SSameer20 / airselo

Airselo is an Aeroplane Food Management System designed to streamline and automate the process of managing food services on flights.
https://airselo.vercel.app
0 stars 1 forks source link
airline airline-booking airline-management-system

Airselo

Airselo - Aeroplane Food Management System

Managing in-flight services, particularly food management, is a complex task that requires careful planning and execution. Airselo is an Aeroplane Food Management System designed to streamline and automate the process of managing food services on flights.

Tech Stack

Client: React, Axios

Server: Node, Express, MongoDB

Package

Package Version
React 18.3.1
Axios 1.7.2
react-dom 18.3.1
react-scripts 5.0.1
web-vitals 2.1.4
Package Version
express 4.19.2
cors 2.8.5
body-parser 1.20.2
nodemon 3.1.4

Documentation

API Documentation

Code of Conduct

Pull Request Template

Issue Template

Demo

UI

Run Locally

Clone the project

  git clone https://github.com/SSameer20/airselo.git

Go to the project directory and direct to Client

  cd client
  npm install
  npm run start

Go to the Server in New Terminal

  cd server
  npm install
  npm start

API Reference

Get all items

  GET /api/data
Parameter Type
label string
Menu string

Authors