This project is designed to use a single database where multiple microservices retrieve and provide data in various formats such as JSON, XML, and YAML.
- JSON server hosted on:
localhost:8081
- XML server hosted on:
localhost:8082
- YAML server hosted on:
localhost:8083
- API Gateway server hosted on:
localhost:8060
- Config server hosted on:
localhost:8088
- Service Registry hosted on:
localhost:8761
You can access the services at the provided host and port combinations.
- JSON server:
http://localhost:8081
- XML server:
http://localhost:8082
- YAML server:
http://localhost:8083
- API Gateway:
http://localhost:8060
- Config server:
http://localhost:8088
- Service Registry:
http://localhost:8761
If you want to find out a lot of information about services, open the services folder and read README.md
Feel free to explore and integrate these services into your applications.