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

https://github.com/edintc/accelerator-cloud-days-backend


https://github.com/edintc/accelerator-cloud-days-backend

Last synced: about 2 months ago
JSON representation

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.