Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ejiroosiephri/nasa-full-stack-website

Explore the cosmos with our NASA site! Access detailed planet data and schedule your own rocket launches. Our platform provides up-to-date information about various celestial bodies and allows space enthusiasts to plan and schedule rocket launches seamlessly. Dive into the wonders of space exploration and embark on your interstellar journey with us
https://github.com/ejiroosiephri/nasa-full-stack-website

arwes csv-parser dockerfile expressjs github-actions jest-tests mongodb mongoose node reactjs supertest

Last synced: 4 days ago
JSON representation

Explore the cosmos with our NASA site! Access detailed planet data and schedule your own rocket launches. Our platform provides up-to-date information about various celestial bodies and allows space enthusiasts to plan and schedule rocket launches seamlessly. Dive into the wonders of space exploration and embark on your interstellar journey with us

Awesome Lists containing this project

README

        

NASA Planet Explorer
Explore the cosmos with our NASA site! Access detailed planet data and schedule your own rocket launches. Our platform provides up-to-date information about various celestial bodies and allows space enthusiasts to plan and schedule rocket launches seamlessly.

To start up docker, navigate into the server folder by using CMD "cd server"

Then open your terminal and type docker build .
This command above should build and download the source code as configurated in the docker config file.

copy the container id after the build is completed then run the command below

docker run -p 8000:8000 container_id

This should exporse the port 8000 and your server will run on that PORT.