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
- Host: GitHub
- URL: https://github.com/Wassim-Rached/Iset-Microservices
- Owner: Wassim-Rached
- Created: 2024-05-07T18:47:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T11:25:14.000Z (over 1 year ago)
- Last Synced: 2025-03-22T21:32:54.541Z (7 months ago)
- Topics: gateway, java, microservices, spring-boot
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: password3. PgAdmin
- Username: wassim
- Password: password
- PgAdmin URL: http://172.17.0.1:77774. Connecting to the Database
172.17.0.1:5432
__WARNING__: _DO NOT COPY PASTE THIS CODE, USE IT AS REFERENCE ONLY_