Skip to content

Intradiction/AirTrafficControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air Traffic Control

This project contains Frontend and Backend for an Air Traffic Control system. The frontend was built with React, the backend with FastAPI in Python. Firebase's Firestore was used for the database.

Run Locally

To run this project on your local machine (assuming you have a Firestore database set up),

  1. Run the FastAPI server:

    • Make sure you are in the backend folder
    • run pip install -r requirements.txt
    • run uvicorn main:app --reload to start the server
  2. Run the React web app:

    • Make sure you are in the frontend folder
    • run npm install
    • run npm run dev to start the frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •