mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
2.2 KiB
2.2 KiB
Deep Impact
Overview
Deep Impact is a web application designed to provide users with insights into the potential dangers of asteroid impacts. Utilizing the NASA NeoWs API, we've developed a simulation tool that visualizes incoming asteroids and explores various methods of asteroid deflection.
Our Team
- Daniel Smith-dePaz
- Jordan Yamada
- Pierre Bell
- Michael Roy
- Mickey Shoenberger
- Jordan Edgington
To learn more about Deep Impact, check out our Deep Impact GitHub.
Features
- Asteroid Visualization: Visualize incoming asteroids using real-time data from the NASA NeoWs API.
- Scenario & Deflection Strategies: Explore various methods of asteroid deflection, such as Nuclear Detonation, Kinetic Impact, and Gravity Tractor.
- Simulation Tool: Simulate asteroid trajectories and deflection outcomes.
- Dashboard: View the dashboard, and other pages with relevant information and insights.
Getting Started
Django Backend Setup
-
Set Up Python Environment:
- Vanilla Python:
python -m venv deep-impact-env - Virtual Environment Wrapper:
mkvirtualenv deep-impact-env - Activate the environment:
source deep-impact-env/bin/activate
- Vanilla Python:
-
Install Required Packages:
- Navigate to the backend directory and install dependencies:
cd Deep-Impact/backend/deep_impact_proj pip install -r requirements.txt
- Navigate to the backend directory and install dependencies:
Vite Frontend Setup
-
Install Node Modules:
- Navigate to the frontend directory and install dependencies:
npm install
- Navigate to the frontend directory and install dependencies:
-
Run Development Server:
- Start the development server:
npm run dev
- Start the development server:
License
Deep Impact is open-source software released under the MIT License. Feel free to use, modify, and distribute the codebase in accordance with the terms of the license.
Thank you for choosing Deep Impact. We hope you enjoy exploring our project and learning more about asteroid impacts!
