Skip to content

This is the repository for DCAD Q&A System project assigned to group 20 in the Software Engineering module

Notifications You must be signed in to change notification settings

DCAD-Q-A-System/DCAD-Q-A

Repository files navigation

DCAD-Q-A

Backend:

John Wall
Michael
Jineth

Frontend:

Ruisheng
Andrew
Yunying
Sam

Running the application

  • If you are not very familiar with the tech stack and you don't want to install and configure development tools it is recommended to use Docker as it works out of the box. For further details please refer to User Manual.

  • Running using Docker (Recommended)

    • to install: https://docs.docker.com/get-docker/
    • make sure you are in the root of the project in the command line and have docker desktop open in the background
    • if you have Docker installed then it is simply 2 commands
      • docker build . -t <image_name>
      • this might take a while
      • docker run -p 5173:8080 -d <image_name>
      • the application will then be available on this address: localhost:5173
  • Running using Golang and Node

About

This is the repository for DCAD Q&A System project assigned to group 20 in the Software Engineering module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •