入门
-This project is developed by `Mehmet Ali Külle` to understand Microservices architecture with `IdentityServer` and `API Gateway`
代码概述
- `ApiGateway` is Gateway layer. In this layer is communicating other server.
-`ocelot.json` is the configur
电影
构建设置
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
有关工作原理的详细说明,请查看 。