Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 470 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 470 Bytes

MVC App using Spring Boot, Spring Security, Thymeleaf, and Bootstrap

Description

Displays list of books and their info from MySQL local database. Only allows authorized logged-in users to have permission to edit and add books

To start:

Start MySQL with: mysql -u root -p

Populate mysql database with commands: "source ..../db/ddl.sql", "source ..../sql/schema.sql", "source ..../sql/test-data.sql"

Run command: mvn spring-boot:run

Open localhost:8080/books