Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.12 KB

Planet-Tour-3D

Author

Smit Hineshkumar Shah

Project Licensed under MIT

Deployed on Heroku: https://planet-tour-3d.herokuapp.com/

Description

Interective 3D website provides information about different planets.
Planet Tour 3D built using Node JS with EJS view engine and THREE JS library.
Models in this application are downloaded from NASA's website.
JSON file is stored locally and used to store information of different planets.

Instructions

Steps to Build the project

  1. clone the repo.
  2. open command prompt on the same directory you cloned this project
  3. run npm install to install node packages
  4. run npm start
  5. open browser and type : http://localhost:5000 And hit enter to view the website you hosted on local server.

Steps to publish the project on HEROKU

  1. sign up on heroku.
  2. add new project.
  3. navigate to deploy.
  4. select deploy with github.
  5. verify github account.
  6. searcg for the repo: Planet-Tour-3D
  7. select the repo from the search result.
  8. leave other settings to default.
  9. click on deploy to deploy manually.