Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 896 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 896 Bytes

CSCI2720 Group Project (Group 26)

  1. Au Cheuk Ming 1155125363
  2. Chin Wen Jun Cyril 1155104882
  3. Lee Yat 1155126257
  4. Ho Tsz Hin 1155126757
  5. Lee Sheung Chit 1155125027

Dependencies

  1. Download git for configuration management
  2. Use VScode for development
    • Install Draw.io Integration from extensions to view the network diagram
  3. Install make
  4. Install docker and docker-compose
  5. Run make npm-install to install the packages for this project
  6. Download the .env file from reliable source

Am I getting right?

  1. Make sure you have finished step 1, 3 and 4 on the previous part
  2. Run make build to build the project
  3. Run make up to start the containers
  4. Go to localhost:10081 in your own browser to check whether you can access the frontend page
  5. Go to localhost:10082 in your own browser to check whether you can access the database client page