https://github.com/ramgoel/edunotify
A DBMS based Student Notification System in NodeJS
https://github.com/ramgoel/edunotify
atlas ejs express expressjs html javascript mongodb nodejs
Last synced: 3 months ago
JSON representation
A DBMS based Student Notification System in NodeJS
- Host: GitHub
- URL: https://github.com/ramgoel/edunotify
- Owner: RamGoel
- Created: 2021-08-12T07:52:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T13:35:17.000Z (over 4 years ago)
- Last Synced: 2025-03-03T00:13:25.715Z (over 1 year ago)
- Topics: atlas, ejs, express, expressjs, html, javascript, mongodb, nodejs
- Language: EJS
- Homepage: https://edunotify.herokuapp.com/
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notify
A DBMS based College Information System Made in NodeJs that allows Teachers and students to register and view all the updates and information from the college.
Allows Organisations to Create a Online Notification System for Students or Employees.
Users can Register Themselves and register details are stores in Database.
After Registration Users can Login Themselves to access the software.
Technologies Used
Technologies Used:
Express JS for Backend,
HTML, CSS for Frontend
NPM Packages:
body-parser for form parsing,
ejs for template engine,
formidable for file upload works,
path for path functionality,
nodemon for not to restart server everytime,
How to Run Locally
If you are running this on your local machine then just download the code or clone the repository into a folder and open terminal or cmd there, and then type
npm i body-parser nodemon ejs fomrmidable path nodemon
after installation, type
nodemon server.js