Giter Site home page Giter Site logo

8inf853-prixbanque's Introduction

UQAC - 8INF853 - Prixbanque Microservices

Link to access the system presentation video.

About The Project

Prixbanque Microservices

PrixBanque is a new "fintech" that seeks to develop simple, reliable, secure and 100% digital solutions for the financial life of its customers.

Built With

  • Java 11
  • Spring Boot
  • Lombok
  • Spring Cloud Netflix
  • Spring for Apache Kafka
  • Spring Cloud Gateway
  • MongoDB
  • PostgreSQL
  • Docker Compose

Getting Started

The project uses docker-compose. For the generation of containers, we use docker hub. To run the system in docker, a free account must be created on the site above. However, it is also possible to run through an IDE. We recommend using IntelliJ to identify and run the services directly through it.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Create a free account at docker hub and get your user name
  2. Clone the repo
git clone [email protected]:christianfs/8INF853-prixbanque.git
  1. Set the environment variables
POSTGRES_USER
POSTGRES_PASSWORD
  1. In the docker-compose.yml file replace all occurrences of csegovia with your docker hub username. Unfortunately we couldn't get docker compose to recognize the environment variables.
  2. Add your docker hub username and password in the settings.xml file between the servers tag. On Ubuntu it is located at ~/.m2/settings.xml
   <servers>
       <server>
           <id>registry.hub.docker.com</id>
           <username></username>
           <password></password>
       </server>
   </servers>
  1. Navigate to the prixbanque folder. Compile and create the containers on the docker hub and run docker-compose through the command
./localdocker.sh

Or just to run the containers

docker compose up -d

(back to top)

Usage

Endpoints (in the Docker container)

(back to top)

8inf853-prixbanque's People

Contributors

christianfs avatar

Watchers

Eduardo Mendes avatar  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.