NetCore MicroServices Krakend api gateway demo
1.0.0
.NET Core is open source framework for building REST API. Purpose of this repository is to demonstrate how to build Microservices in .Net Core (v2.2) and use Krakend API gateway.
This repository has been built and tested on MacBook Pro hence installation steps are related to it.
krakend run -c krakend.json
in solution directory.http://localhost:8080/users
url in browser or in POSTMAN and you should get list of all user. Similarly you can hit http://localhost:8080/products
for products. Refer POSTMAN collection in repository for more endpoints.krakend.json
file and restart krakend server so that new changes can take place.