A CRUD Operation WebApp using Spring Framework 5, Vaadin Framework and MySQL on Docker Container.
A CRUD Operation WebApp using Spring Framework 5, Vaadin Framework and MySQL on Docker Container.
Explore the docs
Report Bug
or
Request Feature
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:
$ 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.
git clone https://github.com/Silinde87/spring5-gameaffinity.git
npm install
mvn spring-boot:run -Dspring-boot.run.profiles=dev
See the open issues for a list of proposed features (and known issues).
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.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Pau Rodríguez Molina - LinkedIn - paurodriguezmolina@gmail.com
Project Link: https://github.com/Silinde87/spring5-gameaffinity