-
Notifications
You must be signed in to change notification settings - Fork 1
SunSync
Marco Soldera edited this page May 13, 2024
·
9 revisions
To run the project docker and docker-compose are needed. First of all you need to enter main-service and importer folders and do the same steps to install npm dependencies with:
npm install
Then in the main folder of the project run
docker compose up
to start all the services (MongoDB is remote; API service, front-end, importer and data simulator with Node-RED are local).
Services can be found at the following links:
- Node-RED is at http://localhost:1880
- API Service is at http://localhost:3000
- Front-End is at http://localhost:5173
In alternative the deployed project can be found at this link.