An open API service indexing awesome lists of open source software.

https://github.com/Wassim-Rached/Iset-Microservices

A microservices-based application showcasing best practices in architecture, featuring services like Gateway and Service Registry
https://github.com/Wassim-Rached/Iset-Microservices

gateway java microservices spring-boot

Last synced: 6 months ago
JSON representation

A microservices-based application showcasing best practices in architecture, featuring services like Gateway and Service Registry

Awesome Lists containing this project

README

          

# About Docker compose

1. Running Docker Compose

- to start the containers run :
```bash
docker-compose up
```

- to close them run :
```bash
docker-compose down
```

2. PostgreSQL Database

- Database Name: postgres
- Username: postgres
- Password: password

3. PgAdmin

- Username: wassim
- Password: password
- PgAdmin URL: http://172.17.0.1:7777

4. Connecting to the Database

172.17.0.1:5432

__WARNING__: _DO NOT COPY PASTE THIS CODE, USE IT AS REFERENCE ONLY_