Giter Club home page Giter Club logo

cogame's Introduction

cogame

Build Status versionjava

Required software

  • java >= v11
  • Apache Maven >= v3.6.3
  • docker >= v20.10.6
  • docker-compose >= v1.29.1

Installation

  • Start Docker Desktop
  • Install app and create images
# Install app
git clone https://github.com/Klassen-Olga/cogame.git
# Go to the folder
cd cogame
# Create target
mvn clean install
# Go to the individual modules and create images
cd event-service
mvn spring-boot:build-image

cd ../message-service
mvn spring-boot:build-image

cd ../user-service
mvn spring-boot:build-image

# go to the root of the cogame
cd ..
# run docker-compose
docker-compose up

When running the app in docker mode, each request must have an authentication password in the header

  • user-service:          key 123
  • event-service:        key 456
  • message-service:  key 789
Access URL
traefik dashboard http://localhost:8080
app http://localhost:81
example get users http://localhost:81/users

It is also possible to run individual modules in dev mode. To access the app you should use ports listed below. Authentication is not needed.

Applications Ports
Event Service 8000
User Service 8001
Message Service 8002

cogame's People

Contributors

klassen-olga avatar

Stargazers

Juan Pablo Prado avatar Jonas Hecht avatar

Watchers

James Cloos avatar  avatar

cogame's Issues

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.