A senior capstone project at the University of Oklahoma, focusing on improving the way pilots access and interact with Notices to Airmen (NOTAMs).
Ensure you have the following installed on your system:
- Clone the repository:
git clone https://github.com/yourusername/notam-team-project.git
cd notam-team-project
- Install the necessary Node.js and Python packages:
npm install
- Create a
.env
file in the project root directory using the provided.env_default
template:
cp .env_default .env
- Obtain the
client-id
andclient-secret
from the FAA NOTAM API. Add these credentials to the.env
file:
CLIENT_ID=your_client_id
CLIENT_SECRET=your_client_secret
- Install the nodemon package globally:
npm install -g nodemon
To start the development server, run:
nodemon
Open your browser and navigate to http://localhost:3000
(or the appropriate port) to view the application.
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.