A Node Js App for Managing all Notifications by Organizations
Deployed using Micorosoft Azure Web App Services : https://notiffy.azurewebsites.net/
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
- HTML , CSS , JS , ejs
- Node js , Express
- MongoDB
1) :First thing first
npm install
2) : Create an account on MongDb 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 = "<username>" ;
const password = "<password>" ;
return [user_name,password ] ;
}
module.exports = values() ;
4) :That's It
npm start