About | Features | Technologies | Requirements | Starting | License | Author
Web application that queries the space crafts in space and the astronauts on them: using NestJS backend, React frontend, and THREEJS to build the 3D scene of a rotating earth with the space craft models. User can interact with the scene with the OrbitControls to rotate around and zoom in/out of the scene.
✔️ NestJS backend to query the spacecrafts and astronauts currently in sapce;
✔️ React based frontend using THREEJS to model an interactive earth and spacecrafts;
✔️ User interactivity using mouse/touch and zooming;
The following tools were used in this project:
Before starting 🏁, you need to have Docker, Git and Node installed.
# Clone this project
$ git clone https://github.com/cynthiachiu/astro-app
# Access
$ cd astro-app
# Run Docker
$ docker-compose up
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by cynthiachiu