22 lines
569 B
Markdown
22 lines
569 B
Markdown
How to get started with this project?
|
|
1) git clone or whatever you are comfortable with.
|
|
2) npm install in vscode termianl (assuming you have nodejs installed)
|
|
|
|
Security in GIT repo.
|
|
i repeat DO NOT USE CREDS IN CODE! Please use .env files (https://www.npmjs.com/package/dotenv)
|
|
|
|
## Workload
|
|
1) Ti Seng
|
|
* IoT sensor
|
|
* Most Database / Backend Functions of this repo
|
|
* consumer website api and user function
|
|
|
|
2) Sean
|
|
* Admin Website Microservice
|
|
|
|
Micro Service
|
|
1) admin.blah admin website
|
|
2) consumer.blah comsumer
|
|
3) proxy.blah reverproxy
|
|
4) mqtt.blah mqtt service
|