Welcome to the first open-source release of the SPACEAPP project! This version provides a simplified, one-directory workspace for developers, learners, and anyone curious about how SPACEAPP was built.
SPACEAPPv3(OPENSRC)/
│── API/ # API worker modules
│── src/ # auth.py, satellitetracker.py, storage JSON files
│── templates/ # map.html, leaflet libs, PrivacyPolicy.html
│── ui/ # images + UI components for SPACEAPP v3.0
│── path.py # program routing + communication paths
└── main.py # program entry point
SPACEAPP v3.0 is published as an open-source educational model. Feel free to inspect the code, learn from it, fork it, or build your own experiments on top.
This version is separate from later internal releases (v4.x, v5.x), which are not open-source.
This open-source version was created by the SPACEAPP Team, with major contributions from Vo Tan Binh.
This project is provided for:
learning
exploration
non-commercial community use
Please follow the project’s guidelines and license terms. If you share or modify this code, crediting the original creators is appreciated.