Skip to content

lukebaumCS/studentOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Organizer

Student Organizer is a full-stack Java Spring Boot application designed as an organizational tool for students to efficiently manage their courses and schedules. The application uses a PostgreSQL database running in Docker, with Hibernate for ORM and JPA for persistence. The web application is served via Apache Tomcat.

Tech Stack

  • Backend: Java 24, Spring Boot 3.5
  • Frontend: Thymeleaf, HTML5, CSS3
  • Database: PostgreSQL (Dockerized)
  • ORM & Persistence: Hibernate + JPA
  • Server: Apache Tomcat
  • Build Tool: Maven

Setup & Run

  1. Clone the repository:
git clone https://github.com/lukebaumCS/studentOrganizer
cd studentOrganizer
  1. Start the PostgreSQL database using Docker:
docker-compose up -d
  1. Build and run the Spring Boot application:
mvn clean install
mvn spring-boot:run
  1. Access the application via:
http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors