Orbitcluster is a web-based application for tracking and predicting passes for objects in orbit around the Earth.
This application was created as part of CT216: Software Engineering I at National University of Ireland, Galway.
Orbitcluster uses Yarn Package Manager for package management and MongoDB for databases. It is assumed you already have the latest version of Node.js and npm installed.
Clone this repository:
$ git clone https://github.com/dennissoukhikh/orbitclusterNavigate into the /core folder and install the dependencies:
$ yarn installFrom the /core folder, serve the application:
$ yarn run watchBy default the application will run on localhost:3000 or 127.0.0.1:3000.