Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.95 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.95 KB

Deu na Cabeça

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.

Getting Started

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

Prerequisites

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.

Running the tests

Tests were not implemented yet.

Deployment

Run the client application as Build mode:

$ npm run build

Built With

  • Spring Boot - The backend framework used
  • Vue.JS - The frontend framework used
  • Maven - Dependency Management
  • NPM - Dependency Management
  • MySQL - The database used

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

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

Acknowledgments

  • Just for study porpouse
  • Inspiration to learn new languages
  • A Lot of time spent on work