Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruno-c-p/bolao-copa-do-mundo-api
World Cup 2022 Sweepstakes | Backend | Spring
https://github.com/bruno-c-p/bolao-copa-do-mundo-api
flyway jwt postgresql querydsl spring-boot spring-mail spring-security
Last synced: 11 days ago
JSON representation
World Cup 2022 Sweepstakes | Backend | Spring
- Host: GitHub
- URL: https://github.com/bruno-c-p/bolao-copa-do-mundo-api
- Owner: bruno-c-p
- Created: 2022-11-02T15:57:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T13:55:59.000Z (17 days ago)
- Last Synced: 2024-12-24T15:22:36.950Z (17 days ago)
- Topics: flyway, jwt, postgresql, querydsl, spring-boot, spring-mail, spring-security
- Language: Java
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🪙 Bolão Copa do Mundo 2022 ⚽
Technologies •
Getting Started •
API Endpoints •
Final project for a trainee program by Wise. One month to complete the project and meet the requirements.Tech Stack
[![My Skills](https://skillicons.dev/icons?i=spring,java,postgres)](https://skillicons.dev)
🚀 Getting started
Prerequisites
Prerequisites necessary for running the project:
- [Java 17](https://www.oracle.com/br/java/technologies/downloads/)
- [Git](https://git-scm.com/)
- [PostgreSQL](https://www.postgresql.org/)
- [Maven](https://maven.apache.org/)Cloning
To clone this project, simply run:
```bash
git clone https://github.com/bruno-c-p/bolao-copa-do-mundo-api
```Config .env variables
Use the `.properties` files in /resources as reference to set your environment variables
Starting
How to start your project
```bash
cd bolao-copa-do-mundo-api
mvn spring-boot:run
```