Skip to content

An application managing board games using Spring Boot and JPA. Features include automatic database schema updates from entity configurations and handling large text descriptions with MySQL.

gutifer666/meeple-keeper-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Games Management Application 🎲

A modern and robust application built with Spring Boot and JPA to manage your collection of board games. Seamlessly handle large text descriptions and enjoy automatic database schema updates directly from entity configurations.

Table of Contents

Features

  • 📋 Full-featured CRUD Operations: Create, read, update, and delete board games in your collection.
  • 📚 Large Text Handling: Optimized for storing and retrieving large descriptions with MySQL.
  • Automatic Schema Updates: Our app smartly updates the database schema directly from entity configurations.
  • 🔒 Secure: Built with security best practices in mind.
  • 🌍 Internationalization: Prepared for multi-language support.

Technologies Used

  • Spring Boot: For creating stand-alone, production-grade Spring-based Applications.
  • JPA (Java Persistence API): For easily and efficiently connecting your application to a relational database.
  • MySQL: Used as the primary database to store board game details.

Getting Started

Prerequisites

  • Java 11 or higher
  • Maven
  • MySQL

Installation

  1. Clone the repository:
  2. Navigate to the project directory:
  3. Build the project:
  4. Run the application:

Visit http://localhost:8080 in your browser.

Contribution Guidelines

We welcome contributions! Please see our Contribution Guide for more details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Made with ❤️ by Javier Gutiérrez. Looking for backend developers? Let's connect!

From Windows

About

An application managing board games using Spring Boot and JPA. Features include automatic database schema updates from entity configurations and handling large text descriptions with MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages