Skip to content

antoinedespres/Simona-Immobilier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Housing API based on the microservice architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors