newtbot c234aa3616 Add nodemailer configuration and console.log statement
Update formAJAX function to log data from the server
Add getUserByEmail and checkEmail functions
Update profile.ejs to require login
Update addSensorData function to emit new sensor data
Update api.css with styling changes
Update token route to generate and send token email
Update authChecker middleware to allow user and token routes
2024-01-27 04:52:02 +08:00
2024-01-12 02:32:50 +08:00
a
2024-01-05 19:42:02 +08:00
2024-01-25 18:45:32 +08:00
2023-12-26 02:30:35 +08:00
2024-01-25 17:30:55 +08:00
2024-01-24 16:38:43 +08:00
2024-01-23 02:17:51 +08:00

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
  • Webserver Microservices
  • IoT sensor
  • Most Database / Backend Functions of this repo
  • consumer website api and user function
  1. Sean
  • Admin Website Microservice

Micro Service

  1. api.blah handle api
  2. admin.blah admin website
  3. consumer.blah comsumer
  4. proxy.blah reverproxy
  5. mqtt.blah mqtt service
Description
No description provided
Readme 7.8 MiB
Languages
JavaScript 38.3%
CSS 33.5%
EJS 28.2%