Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sour-abh-raj/fms
A School Management System made with react.
https://github.com/sour-abh-raj/fms
express mongodb react reactjs
Last synced: about 2 months ago
JSON representation
A School Management System made with react.
- Host: GitHub
- URL: https://github.com/sour-abh-raj/fms
- Owner: Sour-abh-Raj
- Created: 2023-11-08T08:58:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T14:54:57.000Z (9 months ago)
- Last Synced: 2024-05-03T01:46:12.955Z (9 months ago)
- Topics: express, mongodb, react, reactjs
- Language: JavaScript
- Homepage: https://fms-mocha.vercel.app
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SCHOOL MANAGEMENT SYSTEM
Streamline school management, class organization, and add students and faculty.
Seamlessly track attendance, assess performance, and provide feedback.
Access records, view marks, and communicate effortlessly.
# About
The School Management System is a web-based application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It aims to streamline school management, class organization, and facilitate communication between students, teachers, and administrators.
## Features
- **User Roles:** The system supports three user roles: Admin, Teacher, and Student. Each role has specific functionalities and access levels.
- **Admin Dashboard:** Administrators can add new students and teachers, create classes and subjects, manage user accounts, and oversee system settings.
- **Attendance Tracking:** Teachers can easily take attendance for their classes, mark students as present or absent, and generate attendance reports.
- **Performance Assessment:** Teachers can assess students' performance by providing marks and feedback. Students can view their marks and track their progress over time.
- **Data Visualization:** Students can visualize their performance data through interactive charts and tables, helping them understand their academic performance at a glance.
- **Communication:** Users can communicate effortlessly through the system. Teachers can send messages to students and vice versa, promoting effective communication and collaboration.
## Technologies Used
- Frontend: React.js, Material UI, Redux
- Backend: Node.js, Express.js
- Database: MongoDB
# Installation
Terminal 1: Setting Up Backend
```sh
cd backend
npm install
npm start
```Terminal 2: Setting Up Frontend
```sh
cd frontend
npm install
npm start
```Now, navigate to `localhost:3000` in your browser.
The Backend API will be running at `localhost:5000`.
# Deployment
- Render - server side
- Netlify - client side