Housing API based on the microservice architecture.
You can generate a new microservice using this configuration on Spring initializr
Run all the containers :
docker-compose upYou can find the Swagger documentation here: http://localhost:8080/swagger-ui.html
You can also view all the microservice instances here: http://localhost:8761
Connect to the PostgreSQL interactive terminal psq with the built-in user postgres:
psql -U postgresCreate 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.
(Microservices Security Using JWT - Spring Cloud Gateway - JavaTechie)[https://www.youtube.com/watch?v=MWvnmyLRUik]



