Skip to content

Building and running the app

Stefan edited this page Jun 29, 2025 · 1 revision

🔨 Build and Run:

Dependencies for building the application are nodejs, MongoDB and angular.

After cloning the repository to a directory of your choosing, navigate to backend folder and for each service inside:

$ cd <question-service/account-service/comment-service>
$ npm install
$ npm start

For frontend position into the frontend folder and run the following commands:

$ npm install
$ ng serve

Client can be accessed at localhost:4200.

Clone this wiki locally