Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ejiroosiephri/nasa-full-stack-website
- Owner: EjiroOsiephri
- Created: 2023-10-04T07:47:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-16T09:34:14.000Z (2 months ago)
- Last Synced: 2024-11-16T10:25:31.503Z (2 months ago)
- Topics: arwes, csv-parser, dockerfile, expressjs, github-actions, jest-tests, mongodb, mongoose, node, reactjs, supertest
- Language: JavaScript
- Homepage: https://ejiro-nasa-project.netlify.app/
- Size: 16.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.