This is an NASA Mission control panel based on Deno
⚠️ This is a learning project, some best practices are out of scope.
- Ensure you have Deno installed: https://deno.land/
- Ensure you have Denon installed: https://deno.land/x/[email protected]
First, run the development server from server folder:
denon start
Open http://localhost:8000/index.html with your browser to see the result.
- Ensure you have the latest version of Docker installed
- Run
docker build -t nasa-mission-control .
- Run
docker run -it -p 8000:8000 nasa-mission-control
Open http://localhost:8000/index.html with your browser to see the result.
Ensure the backend is running by making a GET request to http://localhost:8000/
Browse to the Mission Control front end at http://localhost:8000/index.html and schedule an interstellar mission launch!
To learn more about Deno, take a look at the following resources:
- Deno Documentation - learn about Deno
Inspired by odziem/nasa-deno