It is an application made in Spring Boot as Backend, Vue.JS as Frontend and MySQL as Database. It's main goal is display to the user daily results of lotteries and gambling around the country.
Create a MySQL Database named "demo":
$ mysql: create database demo;
Navigate to the api folder and start the Spring Boot API by Maven through the command:
$ mvn spring-boot: run
Then navigate to the "client" folder and start the service through the Node Package Manager through the command:
$ npm run serve
Make sure that you have installed the MySQL Client and running as a service.
Make sure that you have the JDK 12 and the Maven Client installed to run the API.
Make sure that NPM is installed to run the client Vue.
Tests were not implemented yet.
Run the client application as Build mode:
$ npm run build
- Spring Boot - The backend framework used
- Vue.JS - The frontend framework used
- Maven - Dependency Management
- NPM - Dependency Management
- MySQL - The database used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Luccas Freitas - Developer - Luccas-Freitas
This project is licensed under the DeuNaCabeca License - see the LICENSE.md file for details
- Just for study porpouse
- Inspiration to learn new languages
- A Lot of time spent on work