Final for APCSA
Find a file
2026-04-14 21:38:38 -07:00
src/main feat: add missions and sky-position pages 2026-04-14 21:38:38 -07:00
.env.example feat: scaffold spring boot web app with nasa apod 2026-04-14 20:42:27 -07:00
.gitignore feat: scaffold spring boot web app with nasa apod 2026-04-14 20:42:27 -07:00
LICENSE feat: scaffold spring boot web app with nasa apod 2026-04-14 20:42:27 -07:00
pom.xml feat: scaffold spring boot web app with nasa apod 2026-04-14 20:42:27 -07:00
README.md feat: scaffold spring boot web app with nasa apod 2026-04-14 20:42:27 -07:00

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