Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.34 KB

File metadata and controls

49 lines (30 loc) · 1.34 KB

Simona Immobilier

Overview

Housing API based on the microservice architecture.

example 1 example 2 example 3 example 4

Getting started

You can generate a new microservice using this configuration on Spring initializr

Usage

Run all the containers :

docker-compose up

You can find the Swagger documentation here: http://localhost:8080/swagger-ui.html

You can also view all the microservice instances here: http://localhost:8761

Local development

Connect to the PostgreSQL interactive terminal psq with the built-in user postgres:

psql -U postgres

Create a database of each service:

create database simona_housing_service;
create database simona_rental_service;
create database simona_account_service;

type \l to show the list of created databases.

Resources

(Microservices Security Using JWT - Spring Cloud Gateway - JavaTechie)[https://www.youtube.com/watch?v=MWvnmyLRUik]