Code Monkey home page Code Monkey logo

bbgh-backend's Introduction

bbgh-backend

Using docker and docker-compose

Running with docker-compose from terminal
# build with maven
mvn package
# or build with docker
docker run -it --rm -v "$PWD":/usr/src/mymaven -v "/tmp/maven/3.6.3/.m2:/root/.m2" -w /usr/src/mymaven maven:3.6.3-jdk-11 mvn clean install
# run detached
docker-compose up --build -d
# stop
docker-compose stop
Useful things
# enter into app container
docker-compose exec app /bin/ash
cleaning database
# by removing all volums
docker-compose down -v

Integration with Intellij IDEA

running

Open docker-compose.yml and run services

building before run

Edit docker-compose.yml: Compose Deployment configuration (it will show up after first run) and add Before launch goal Run maven goal and choose install

Running without docker

setting environment

Edit BbghBackendApplication and set Environment variables in Environment section. You can copy paste this and change credentials:

SPRING_DATASOURCE_URL=jdbc:mysql://localhost:3306/bbgh?createDatabaseIfNotExist=true&serverTimezone=UTC;SPRING_DATASOURCE_USERNAME=;SPRING_DATASOURCE_PASSWORD=.

Swagger

http://localhost:8080/swagger-ui.html

bbgh-backend's People

Contributors

bpiatek avatar abryb avatar

Stargazers

Grzegorz Rogozik avatar  avatar

Watchers

James Cloos avatar  avatar  avatar Grzegorz Rogozik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.