This is a project done under CP2106 Orbital, a module offered by the National University of Singapore (NUS).
Refer to the documentation here for more details about the project.
Clone the repository to your local machine.
git clone https://github.com/botr99/orbital-2021.git
Navigate to the project directory using a terminal and:
cd api/
Follow the instructions listed at README.md
in the api/
directory to set up the server.
After setting up, open up a new terminal, navigate to the project directory and:
cd client/
Follow the instructions listed at README.md
in the client/
directory to run the web app.
Note that both the backend and the frontend have to be running on seperate terminals for the web app to work.
To stop the web app, simply Ctrl
+ C
on both terminals.