项目作者: harshanaerandaperera

项目描述 :
SHU ADBCSA Subtask 3
高级语言: JavaScript
项目地址: git://github.com/harshanaerandaperera/Mars-Exploration-Program.git


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

  1. 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

  1. npm start

Running the Angular Client

  1. cd view
  2. ng serve