Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anacondaf authored Dec 10, 2023
1 parent ced1d06 commit 5728198
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,24 @@ This is my graduation thesis project which covers the application from IoT, Web
2. Backend technologies:
- NodeJS and ExpressJS framework

3. Communication Protocol:
3. Communication & Protocol:
- MQTT with MQTT Broker provided by EMQX
- RESTFul API
- Websocket using Socket.IO
- RabbitMQ for communicating between api service with email service

4. Database:
- MongoDB

5. UI:
- HTML, CSS and vanilla JS
- ChartJS. Library website: https://www.chartjs.org/
- Rechartjs. Library website: https://recharts.org/en-US
- i18n for english and vietnamese translation. Library website: https://www.i18next.com/
- PWA
- PDFjs for viewing guide book. Library website: https://mozilla.github.io/pdf.js/
- Shepherd for user app tour. Library website: https://shepherdjs.dev/
- Semantic UI for ReactJS. Library website: https://react.semantic-ui.com/
- ReactJS framework for dashboard page

6. Deployment:
- Server Provider: Vultr, Google Cloud Compute Engine
Expand All @@ -44,7 +45,7 @@ This is my graduation thesis project which covers the application from IoT, Web

## About docker compose port

- All internal services: backend, client is running on port with pattern 808[order]. While order is the order of each docker container and are freely to customize
- All internal services: backend, client, prediction_service, email_service is running on port with pattern 808[order]. While order is the order of each docker container and are freely to customize

- All support containers such as grafana, portainer or health check, etc. is following the pattern of 900[order]. Order has the same logic as internal services and is defined above ☝️

0 comments on commit 5728198

Please sign in to comment.