Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```