greendreamer / hotel_management_mern

This repository is a hotel management system that created a hostel application management web app to track students where they are,and note the attendance of students according to room No and download data of attendance for each day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Management System using Mern Stack

Installation

npm install
cd frontend && npm install

Configure .env file

NODE_ENV = development/production
PORT = 5000
MONGO_URI= Mongo Uri
JWT_SECRET= JWT Key

Features

  • Register/Login Screens
  • Student Details
  • Add Student
  • Edit/Delete Student Details
  • Update Student Where abouts
  • Edit User Admin Status
  • Can take Attendance Daily
  • Dispaly Attendance Details
  • Download Csv file of attendance
  • Delete Attendance of previous n days
  • Control User List
  • Data Controlled by only Admins

About

This repository is a hotel management system that created a hostel application management web app to track students where they are,and note the attendance of students according to room No and download data of attendance for each day

License:MIT License


Languages

Language:JavaScript 97.9%Language:HTML 1.9%Language:CSS 0.2%Language:Procfile 0.0%