Notify
A Node Js App for Managing all Notifications by Organizations
Deployment
Deployed using Micorosoft Azure Web App Services : https://notiffy.azurewebsites.net/
Why This PWA
This PWA can be usefull with for Organization / College / School etc to manage Notification to there Employee / Students
This will help them to pass the notification easily to everyone without Delay
Tech Stack Used
- HTML , CSS , JS , ejs
- Node js , Express
- MongoDB
How to Use
1) :First thing first npm install
2) : Create an account on MongoDb Atlas and make a project , in that make a cluster
3) : Get the username and password and create a file called "key.js" in root directory with the follwoing content
```
const values = ()=>{
const user_name = "" ;
const password = "" ;
return [user_name,password ] ;
}
module.exports = values() ;
````
4) :That's It npm start
Log in or sign up for Devpost to join the conversation.