Skip to content

iqbalcodes6602/cloudlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

demo.mp4

Installation

Run these commands in order to set up the project locally.


  1. Clone this repository

    git clone https://github.com/iqbalcodes6602/cloudlab.git
    
  2. Change directory to cloudlab

    cd cloudlab
    
  3. 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
      
  4. Download the client dependencies

    cd client
    
    npm i
    
  5. Download the server dependencies

    cd server
    
    npm i
    
  6. Start the frontend: it will start at http://localhost:3000/

    cd client
    
    npm start
    
  7. Start the backend: it will start at http://localhost:5000/

    cd server
    
    nodemon index.js
    
  8. Start by creating an account or login as admin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published