Skip to content

shubham15gupta09/Notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

Result

About

A Node Js App for Managing all Notifications by Organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published