-
Notifications
You must be signed in to change notification settings - Fork 0
Running Crowd Microservices on the local machine
Emad Aghayi edited this page Oct 7, 2021
·
3 revisions
Crowd Microservices follows client-server architecture with three layers: 1) a web client, implemented in AngularJS, which runs on a worker's browser, 2) a back-end, implemented in Node.js, and 3) a persistence store, implemented using Firebase Real-time Database.
- install Node.js
- Run
node ./bin/www
in terminal - In the Chrome go to this URL
HTTP://localhost:3000/{_project_name_}
- For adding a new project, CrowdCode has admin dashboard. It is accessible via
http://localhost:3000/clientRequest
- For deploying completed microservices on another repository which is connected to Heroku should configure GitHub username and password in deployment_service.js file. After updating information and re-run Node.js it is accessible via URL:
HTTP://localhost:3000/{_project_name_}/deploy
!
devuxd laboratory