https://github.com/batistagabriel/quantum-leap
The backend of a tech events platform
https://github.com/batistagabriel/quantum-leap
aws ec2 java-spring-boot postgresql
Last synced: 11 months ago
JSON representation
The backend of a tech events platform
- Host: GitHub
- URL: https://github.com/batistagabriel/quantum-leap
- Owner: BatistaGabriel
- License: mit
- Created: 2024-12-04T23:15:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T20:06:54.000Z (about 1 year ago)
- Last Synced: 2025-04-07T04:52:49.417Z (11 months ago)
- Topics: aws, ec2, java-spring-boot, postgresql
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quantum-leap
The backend of a tech events platform
## Status
[](https://github.com/BatistaGabriel/quantum-leap/actions/workflows/codeql.yml)
## Running the project
Before running the project using your preferred method, either through the IDE or the command line, ensure you start the database container by executing the following command:
```bash
docker compose up -d
```
## SDK Version
This project uses `sdkman` to manage the version. To install it, follow these [instructions](https://sdkman.io/install).
Once it is installed, you must use the SDK version defined in the `.sdkmanrc` file by running the following command:
```bash
sdk env install
```