Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdkaifansari04/md-manager
MD MANAGER is a web application used to manage student fees record. Student can be registered and every student can be tracked through dashboard. The fees can be paid and student will get the confirmation mail . ( To know more go through readme)
https://github.com/mdkaifansari04/md-manager
bootstrap5 css ejs express-js html javascipt javascript-library mongodb mongoose-schema nodejs smtp-server
Last synced: about 1 month ago
JSON representation
MD MANAGER is a web application used to manage student fees record. Student can be registered and every student can be tracked through dashboard. The fees can be paid and student will get the confirmation mail . ( To know more go through readme)
- Host: GitHub
- URL: https://github.com/mdkaifansari04/md-manager
- Owner: mdkaifansari04
- Created: 2023-03-10T18:08:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T21:53:30.000Z (10 months ago)
- Last Synced: 2024-03-16T13:47:02.503Z (10 months ago)
- Topics: bootstrap5, css, ejs, express-js, html, javascipt, javascript-library, mongodb, mongoose-schema, nodejs, smtp-server
- Language: EJS
- Homepage: https://md-manager.onrender.com/
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MD Manager
![Made-With-EJS](https://img.shields.io/badge/Made_with-EJS-informational?style=for-the-badge&logo=node)
![Made-With-Express](https://img.shields.io/badge/Made_with-Express-informational?style=for-the-badge&logo=node)
![Made-With-Express](https://img.shields.io/badge/Made_with-MongoDB-informational?style=for-the-badge&logo=node)
![Made-With-SMTP Server](https://img.shields.io/badge/Made_with-SMTP-informational?style=for-the-badge&logo=node)
To check all the functionality of **MD Manger**:
```python
# LOGINemail : [email protected]
password : admin123Note : *Do not missuse it*
```### Follow the steps:
```bash
# Clone this project repository
# OR
# Create a folder and do:
git init
git remote add origin [email protected]:Mdkaif-123/MD-Manager.git
git pull origin master# Open cmd and type command, which will start node server:
node app.js# Open browser and type in:
http://localhost:3000
(login with given credentials)
```
## Admin Features:
1. Register students and Delete students
2. Admin login and logout
3. Submit student fees
4. Dashboard to view all the student
5. Student recieve an successfull email message on submiting the fees## Improvements:
- Student will also receive a fee receipt on their email
- Online paying system
- Whatsapp messaging feature
- Dashboard search bar## DEMO
**1. Dashboard**![Dashboard](https://res.cloudinary.com/dngfmzv2g/image/upload/v1678475173/Screenshot_2023-03-11_002542_dpmino.png)
**2.Admin Login Page**
![New Blog](https://res.cloudinary.com/dngfmzv2g/image/upload/v1678475176/Screenshot_2023-03-11_002618_rqdtwq.png)
**3. Registration Page**
![Edit Blog](https://res.cloudinary.com/dngfmzv2g/image/upload/v1678475170/Screenshot_2023-03-11_002908_mvdtgi.png)
**4. Fee submition Page**
![Edit Profile](https://res.cloudinary.com/dngfmzv2g/image/upload/v1678475175/Screenshot_2023-03-11_003039_uy7rob.png)
**5. Sample Mail**
![Your Blogs](https://res.cloudinary.com/dngfmzv2g/image/upload/v1678475173/Screenshot_2023-03-11_003520_ykdmyk.png)