Description: This project includes a portal for management of waste storage capacity.
- It shows realtime status of the warehouse where the garbage is being stored.
- It segregates the storage on the basis of type of waste stored in that warehouse.
- It provides a nice interaface for faster and convenient management.
- It includes a mechanism to alert the concerned departments when the storage capacity is exhausted through email.
- First email is sent when 60% of the storage is filled. Same is done when 80 and 100 percent of storage is filled.
- It showcases a real time segregation animation and a pie chart to visualize current status.
- It facilitates a login system for enhanced security.
- Create an env file or setup the environment variables first before running the app. Env file should contain following variables:
EMAIL = ""
PASSWORDEMAIL = ""
PORT =
PASSWORD = ""
RECEIVER_EMAIL = ""
SENDER_EMAIL = ""
- Please install the node modules before initiating the app.
- Entry file is index.js
- Please check whether all assets are available before running the application.