Skip to content

harshanaerandaperera/Mars-Exploration-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mars-Exploration-Program - Rovers on Mars

Rovers designed by NASA to explore the surface of the planet Mars.The aim of this project is to provide a rover-based Mars exploration system.Our proposed system consists of three roles. It can perform the roles of a creator(scientist), an explorer and a developer.


Screenshot 32
Screenshot 37 Screenshot 33
Screenshot 34 Screenshot 36 Screenshot 35

Setup

use npm install command to download all the dependencies

npm install

or manually clone the repo and then run npm install.

Make sure you have installed Oracle Database and Node-oracledb(Oracle Client library)

Make sure to Execute all queries in the SQL folder(For more details,please refer the DOC)

Running the server

npm start

Running the Angular Client

cd view
ng serve