NASA TEMPO Air Quality Forecast App
This project is a web-based application to forecast air quality by integrating real-time data from NASA's TEMPO mission, ground-based measurements, and weather data.
Project Structure
-
/backend: Node.js and Express.js server. -
/frontend: React.js client application.
How to Run
Prerequisites
Backend
- Navigate to the
backenddirectory:bash cd c:\nasa\Smuggers\backend - Install dependencies:
bash npm install - Start the development server:
bash npm startThe server will be running onhttp://localhost:3001.
Frontend
- Open a new terminal and navigate to the
frontenddirectory:bash cd c:\nasa\Smuggers\frontend - Install dependencies:
bash npm install - Start the React development server:
bash npm startThe application will open in your browser athttp://localhost:3000.
The frontend is configured to proxy API requests to the backend server, so you can start developing right away.
Log in or sign up for Devpost to join the conversation.