-
Notifications
You must be signed in to change notification settings - Fork 0
Building and running the app
Stefan edited this page Jun 29, 2025
·
1 revision
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 startFor frontend position into the frontend folder and run the following commands:
$ npm install
$ ng serveClient can be accessed at localhost:4200.