An open API service indexing awesome lists of open source software.

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

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