Skip to content
/ WCloud Public
forked from lulzzz/WCloud

.NET CORE快速开发模板

Notifications You must be signed in to change notification settings

aynsten/WCloud

 
 

Repository files navigation

WCloud

Projects

  • api网关
  • 授权服务器
  • 会员体系
  • 公共服务
  • 类库
  • 示例项目

Quick start

docker network create xx
docker-compose -f ./docker-compose.preview.yml up -d

databases

  • entity framework core (mysql)
  • mongodb

authorization

  • jwt
  • reference token

api-gateways

  • Ocelot
  • Traefik
  • Kong
  • Nginx

public apis

/api/service-name/request-path

internal apis

/internal-api/service-name/request-path

api call among micro-services

  • rpc
  • web api(my choice)

devops

  • github actions
  • Todo

cloud-native

  • Todo

About

.NET CORE快速开发模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.1%
  • HTML 1.1%
  • Dockerfile 0.3%
  • JavaScript 0.2%
  • CSS 0.2%
  • Python 0.1%