https://github.com/edintc/accelerator-cloud-days-backend
https://github.com/edintc/accelerator-cloud-days-backend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edintc/accelerator-cloud-days-backend
- Owner: EdinTC
- Created: 2024-06-24T22:55:07.000Z (about 2 years ago)
- Default Branch: lg1
- Last Pushed: 2024-06-26T18:53:59.000Z (about 2 years ago)
- Last Synced: 2025-08-01T03:49:23.993Z (11 months ago)
- Language: HTML
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for the Accelerator Program Cloud Days (LG1 & LG2)
> **_NOTE:_** The "errors" in the project are intentional and part of the assignments for the Cloud Days.
This project uses Quarkus, the Supersonic Subatomic Java Framework.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .
### Getting Started
Setup your GitHub Codespace environment by using this template: https://github.com/EdinTC/accelerator-cloud-days-codespace-template)
Make sure to run the .devcontainer/setup.sh script in the terminal to automatically setup the environment.
```bash
# For LG1
.devcontainer/setup.sh lg1
# For LG2
.devcontainer/setup.sh lg2
```
## Running the application in dev mode
You can run your application in dev mode that enables live coding using:
```shell script
./mvnw compile quarkus:dev
# Or in the provided GitHub Codespaces environment use:
quarkus dev
```
Open [http://localhost:8080](http://localhost:8080) with your browser to see the application.
## Assignments
The assignments will be shared during the Cloud Days.