Erik-Cupsa / McGill-Scheduler

Sorting through McGill Exam schedule using a PostgresSQL database, and a SpringBoot application to greatly simplify the process of locating exam rooms and times. All information is displayed using a ReactJS application, allowing users to search for exams and create their own personalized schedule, which they can then export to their own calendar!

Home Page:https://mcgillscheduler.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

McGill Exam Scheduler

This project is a comprehensive exam scheduler designed for McGill University, benefiting over 30,000 students. It utilizes a PostgreSQL database to store all exam-related information, a Spring Boot application to create a RESTful API for the backend, and a ReactJS frontend for intuitive user interaction.

Visit The Site

Feel free to check out the project project here!

Screenshot 2024-02-09 at 4 19 56 PM

Features

  • PostgreSQL Database: Stores detailed information about exams, including dates, times, courses, locations, and more.
  • Spring Boot Backend: Provides a robust RESTful API to manage exam data efficiently. The backend is packaged as a Dockerfile and hosted on Heroku.
  • ReactJS Frontend: A user-friendly interface for viewing, adding, editing, and deleting exam information. The frontend is hosted on Vercel.

Prerequisites

Before running this project locally, ensure you have the following installed:

  • Java Development Kit (JDK) 8 or higher
  • Node.js and npm (Node Package Manager)
  • PostgreSQL database
  • IDE (IntelliJ IDEA, Eclipse, VS Code, etc.)

Installation

Backend Setup

  1. Clone this repository.
  2. Open the backend directory in your preferred IDE.
  3. Configure the application.properties file in the src/main/resources directory with your PostgreSQL database credentials.
  4. Run the Spring Boot application.

Frontend Setup

  1. Navigate to the frontend directory in your terminal.
  2. Run npm install to install the necessary dependencies.
  3. Update the src/config.js file with the appropriate backend API URL.
  4. Run npm start to start the ReactJS application.

Usage

  • Access the frontend application via http://localhost:3000.
  • Use the provided API endpoints to perform CRUD operations on exam data:
    • /api/exams - GET all exams, POST a new exam, DELETE all exams.
    • /api/exams/{examId} - GET, PUT, or DELETE a specific exam by ID.

Contributing

Contributions are welcome! If you'd like to enhance this project or report issues, please submit a pull request or open an issue.

About

Sorting through McGill Exam schedule using a PostgresSQL database, and a SpringBoot application to greatly simplify the process of locating exam rooms and times. All information is displayed using a ReactJS application, allowing users to search for exams and create their own personalized schedule, which they can then export to their own calendar!

https://mcgillscheduler.vercel.app/


Languages

Language:JavaScript 44.2%Language:SCSS 35.3%Language:Java 17.5%Language:HTML 2.4%Language:CSS 0.5%