Projet Terre Virtuelle

Status

🚧 Projet Terre Virtuelle 🚀 Under construction... 🚧


About   |   Technologies   |   Requirements   |   Starting   |  


🎯 About

Visualization of satellite orbits

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/MohammedAymane/projet-terre-virtuelle

# Access
$ cd projet-terre-virtuelle

# Install dependencies
$ npm install

# Run the application. The frontend will initialize in the <http://localhost:8080> and the backend in <http://localhost:9000>
$ npm start