REST API for ui-sandbox
This project is leveraging Quarkus and was bootstrapped with their code generator
You will need to have Docker Engine installed before proceeding
$ docker run --name backend-sandbox -p 127.0.0.1:5432:5432 -d -e POSTGRES_USER=winecellar -e POSTGRES_PASSWORD=winecellar -e POSTGRES_DB=winecellar postgres
This will pull down the latest PostgreSQL image and run the container with all necessary properties for connection.
$ git clone https://github.com/My-Wine-Cellar/backend-sandbox
$ cd backend-sandbox
$ ./mvnw compile quarkus:dev
Created by Paul Pearson, Jesper Pedersen, and Dênis Mendes
Feel free to email us mywinecellarinfo@gmail.com