Skip to content

A web application for logging completed/uncompleted media.

License

Notifications You must be signed in to change notification settings

grantranda/registre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registre

Spring Boot: 2.2.2 Thymeleaf: 3.0 Hibernate: 5.4.9 Maven: 3.6.2 JDK: 1.8 License: GPL v3

Registre is a web application built with Spring Boot for logging completed/uncompleted media. Each medium type has tables for completed and uncompleted media, as well as a section for reviews.

This application supports basic CRUD operations and includes REST APIs for each type of medium. The views were primarily constructed with the use of Bootstrap and Thymeleaf fragments, and Registre integration tests were facilitated by JUnit.

Technology

  • Spring Boot
  • Spring Data JPA
  • Thymeleaf
  • Hibernate
  • Bootstrap
  • jQuery
  • JUnit
  • Maven

Images

Home Completed Media Table Reviews Completed Media Form

Installation

Create a database in MySQL Workbench named registre.

DROP DATABASE IF EXISTS `registre`;
CREATE DATABASE IF NOT EXISTS `registre`;

Create a new user account and connection to the database using the URL, username, and password in the application.properties file.

spring.datasource.url=jdbc:mysql://localhost:3306/registre?useSSL=false
spring.datasource.username=registre
spring.datasource.password=admin

Download/clone the repository, then run the application.

mvnw spring-boot:run

License

License: GPL v3

About

A web application for logging completed/uncompleted media.

Topics

Resources

License

Stars

Watchers

Forks

Languages