WalobwaD / Student-Management-System

Technical assessment by Silabu (MERN Stack)

Home Page:https://student-management-system-xi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Management System

Description

Technologies Used

  • This application was built using the MERN stack (MongoDB, Express, React, Node.js). React was used to build the frontend of the application while Node.js was used to build the backend. MongoDB was used as the database for the application. The application is deployed on Render and Vercel. The main gist of the application is to allow users to create, read, update, and suspend/delete student data.

  • The backend has important middlewares for the admin and class monitors registered in the application that was to be implemented which are:

    • The admin && monitor can view all the students in the database and can also view the profile of each student.
    • The admin && monitor can also update and suspend/delete the student data.
    • Students who are not admins or class monitors can only view other student's profiles and their profiles.

Cloning and running the App Locally

  • Get guidance from the specific README files in the client and server folders.

  • Backend instructions:

  • Frontend Instructions:

  • The API endpoints are deployed and tested using Postman, the frontend is yet to be perfected and will be updated soon.

Future Enhacements

  • Application security on the Frontend
  • Improved UI & UX features on the frontend Dashboard.
  • Error handling on the frontend.

Author

About

Technical assessment by Silabu (MERN Stack)

https://student-management-system-xi.vercel.app


Languages

Language:JavaScript 76.0%Language:TypeScript 17.1%Language:SCSS 5.4%Language:HTML 1.2%Language:CSS 0.3%