backend-sandbox

General info

REST API for ui-sandbox

Quarkus

This project is leveraging Quarkus and was bootstrapped with their code generator

Docker

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.

Project Setup

$ git clone https://github.com/My-Wine-Cellar/backend-sandbox
$ cd backend-sandbox
$ ./mvnw compile quarkus:dev

Contact

Created by Paul Pearson, Jesper Pedersen, and Dênis Mendes

Feel free to email us mywinecellarinfo@gmail.com