mirror of
https://github.com/System-End/APCSA-Final.git
synced 2026-04-19 19:45:15 +00:00
26 lines
593 B
Markdown
26 lines
593 B
Markdown
# APCSA Final Project
|
|
|
|
Space Mission and Event Tracker (website, with possible mobile app version later).
|
|
|
|
## What it does
|
|
- Pulls live data from space APIs
|
|
- Lets users search/filter missions and events
|
|
|
|
## APIs
|
|
- The Space Devs Launch Library 2
|
|
- NASA Open APIs
|
|
- AstronomyAPI
|
|
|
|
## Tech
|
|
- Java 21
|
|
- Spring Boot + Thymeleaf
|
|
- Maven
|
|
- Mobile app version (possible future phase)
|
|
|
|
## Goal
|
|
Make space mission + astronomy event info easy to view in one place.
|
|
|
|
## Run locally
|
|
- Put your NASA key in `.env` or export `NASA_API_KEY`
|
|
- Start app: `mvn spring-boot:run`
|
|
- Open: `http://localhost:8080`
|