Skip to content

A web app to manage various student, courses, semester records, and generate and request for transcripts.

Notifications You must be signed in to change notification settings

riyaa14/Equinox_RecordHive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT OVERVIEW

Develop a web-based platform for managing student transcripts and academic records using a stack data structure to track course grades and graduation requirements.

TABLE OF CONTENTS

  • Installation
  • Features
  • Technologies used
  • Stack Implementation
  • Contribution
  • Contact

INSTALLATION

To install and run the project:

  • Install Node.js and MongoDB on your machine.
  • Clone the project repository and navigate to the project directory.
  • Install dependencies using npm install.
  • Create a .env file with environment variables.
  • Start the server using npm start for frontend and npm run dev for backend
  • Open http://localhost:3000 in a web browser to see the running application.

FEATURES

  1. User authentication and authorization to ensure secure access to the application
  2. User profile creation and management for easy maintenance of user data
  3. Student record creation and management for keeping track of student information
  4. Course record creation and management to manage courses offered by the institution
  5. Semester record creation and management for tracking courses taken by students during each semester
  6. Implementation of stack data structure for tracking course history
  7. Calculation of GPA and academic standing to keep track of student progress
  8. Graduation requirement tracking to ensure students meet all requirements for graduation
  9. Ability to generate unofficial transcripts with all relevant information
  10. Ability to request official transcripts and send them to the appropriate office

TECHNOLOGIES USED

  • MongoDB: a document-based NoSQL database used to store and manage data in the project.
  • Express: a web application framework used to build the server-side of the project, handle HTTP requests, and define routes.
  • React: a JavaScript library used to build the client-side of the project, create reusable UI components, and manage the application state.
  • Node.js: a JavaScript runtime environment used to run server-side code in the project and manage dependencies.
  • React Bootstrap: a frontend framework used to create responsive and visually appealing UI elements, including buttons.
  • React Toast: a library used to display notification messages in the UI.
  • Font Awesome: a library used to add icons to the UI.
  • React Router: a library used to set up links and routes in the application.
  • PDFKit: a library used to generate PDFs.
  • Nodemailer: a library used to send email notifications.

STACK IMPLEMENTATION

  • Generating unofficial transcripts: a stack is used to efficiently reverse the order of course information based on the student's course track array, enabling the most recent course taken to appear first on the transcript.
  • Updating completed courses: a stack is used to efficiently maintain the order in which courses are completed by the student when the required credits are fulfilled.
  • To add a course to a student's course history, a stack operation push is used, which ensures that the most recent course appears on top of the list. This maintains a chronological order and provides an organised record of the student's academic progress. Using stacks in these functions improves efficiency and allows for easier manipulation and maintenance of course information.

image

CONTACT

If you have any questions or feedback regarding this project, please feel free to contact us using one of the following methods:

  • Email: riyag1452003@gmail.com

  • GitHub: github.com/riyaa14

    We would love to hear from you and are open to suggestions, improvements, and collaborations!

About

A web app to manage various student, courses, semester records, and generate and request for transcripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 72.6%
  • CSS 26.2%
  • HTML 1.2%