项目作者: My-Wine-Cellar

项目描述 :
Webapp for keeping track of wines, their tasting notes, and reviews.
高级语言: Java
项目地址: git://github.com/My-Wine-Cellar/winecellar-webapp.git
创建时间: 2018-08-08T00:32:31Z
项目社区:https://github.com/My-Wine-Cellar/winecellar-webapp

开源协议:Eclipse Public License 2.0

下载


" class="reference-link">Winecellar Github Actions Status

Web application to keep track of wines, their tasting notes, and reviews.

The goal is to be the premier open-source wine cellar application.

Technologies

Prerequisites

Java and Apache Maven are needed to execute any of the build commands.

git is needed to control the source code repository. You can learn more about git in the
Pro Git book.

PostgreSQL

You will need to have either:

installed before proceeding.

Docker

  1. docker run --name winecellardb -p 5432:5432 -d -e POSTGRES_USER=winecellar -e POSTGRES_PASSWORD=winecellar -e POSTGRES_DB=winecellar postgres

podman

  1. podman run --name winecellardb -p 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 Spring Boot properties for getting a connection.

Running

  1. $ git clone https://github.com/My-Wine-Cellar/winecellar-webapp
  2. $ cd winecellar-webapp
  3. $ mvn spring-boot:run

Access here: http://localhost:8080/

Account Password Type
user1 password user
user2 password user
admin password admin

Contribution

Contributions to winecellar-webapp are managed on GitHub.com

Contributions are most welcome !

Please, consult our Code of Conduct policies for interacting in our
community.

Consider giving the project a star on
GitHub if you find it useful.

License

License
Winecellar is released under Eclipse Public License version 2.0

Contact

Created by Paul Pearson & Jesper Pedersen