Skip to content

zain08816/Flightinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flightinator

Info

Currently, this is broken into 2 parts:

The frontend in flight-app and the backend in backend. Both are using Node.js with the frontend being using react and the backend using express.

How to start

If you haven't already, install Git and Node.js however you prefer.

Clone the repo wherever you want

git clone https://github.com/zain08816/databases.git

Navigate into databases

cd databases

I suggest having 2 terminal windows open as you will need to have two servers running and it will be easier to control with seperate windows.

Download the password.js file

  • put it in backend/main/password.js

In one terminal (starting dev server):

cd flight-app
npm install
npm start

In the other window (starting backend):

cd backend
npm install
npm start

This will start the frontend dev server hosted on http://localhost:3000/ and a backend server hosted on http://localhost:5000/ (the frontend will communicate with this).

About

Flight Booking Site built in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published