demo.mp4
Run these commands in order to set up the project locally.
-
Clone this repository
git clone https://github.com/iqbalcodes6602/cloudlab.git
-
Change directory to cloudlab
cd cloudlab
-
Download the necessary dependencies using the script file:
-
If on Linux or Mac (Unix-like systems):
sudo chmod +x docker_images.sh
sudo ./docker_images.sh
-
If on Windows:
docker_images.bat
-
-
Download the client dependencies
cd client
npm i
-
Download the server dependencies
cd server
npm i
-
Start the frontend: it will start at http://localhost:3000/
cd client
npm start
-
Start the backend: it will start at http://localhost:5000/
cd server
nodemon index.js
-
Start by creating an account or login as admin.