项目作者: Silinde87

项目描述 :
A CRUD Operation WebApp using Spring Framework 5, Vaadin Framework and MySQL on Docker Container.
高级语言: Java
项目地址: git://github.com/Silinde87/spring5-gameaffinity.git
创建时间: 2020-10-29T22:10:21Z
项目社区:https://github.com/Silinde87/spring5-gameaffinity

开源协议:

下载


CircleCI
Issues
LinkedIn


GameAffinity - CRUD WebApp



A CRUD Operation WebApp using Spring Framework 5, Vaadin Framework and MySQL on Docker Container.


Explore the docs




Report Bug
or
Request Feature


Table of Contents

About The Project

Watch the video

This is a web application that has been developed for learning purposes, in this you can handle CRUD operations in a SQL database.
During development, I’ve deployed a docker container creating a local MySQL server.

I’ve being using Test Development Driven and Continuous Integration during the process to check everything is fine.
Check the tests here.

Features:

  • CRUD Operations in Games, Developers, Producers, Genres and Platforms Columns from DB.

Built With

Getting Started

Prerequisites

  • Deploy a MySQL instance on a Docker Container. More information
    1. $ docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag
  • Create and configure the DB using the scripts included in repository.

  • Populate the Database with some demo information about Genres, Platforms, developers and Producers.

Installation & use

  • Clone the repo
    1. git clone https://github.com/Silinde87/spring5-gameaffinity.git
  • Install NPM packages
    1. npm install
  • Run the App
    1. mvn spring-boot:run -Dspring-boot.run.profiles=dev

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Pau Rodríguez Molina - LinkedIn - paurodriguezmolina@gmail.com

Project Link: https://github.com/Silinde87/spring5-gameaffinity

Acknowledgements