zengqinglei / Creekdream.AspNetCore.Template

基于Creekdream.AspNetCore框架的模板自动生成项目,下载后右键以Powershell运行create.ps1,并填写公司名称、项目名称即可!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompanyName.ProjectName

Please fill in the project description here.

Initialize the database with data migration

  1. Select the default startup item as: CompanyName.ProjectName.Api
  2. Configuring ConnectionString in the appsettings.json file
  3. Open the nuget package management console and execute the following command:
Add-Migration InitializeDatebase
Update-Database

Change Log

v{version} {date}

Features

  • the features you develop

Enhancements

  • enhanced feature description

Bug Fixs

  • the bug you fixed

About

基于Creekdream.AspNetCore框架的模板自动生成项目,下载后右键以Powershell运行create.ps1,并填写公司名称、项目名称即可!


Languages

Language:C# 91.6%Language:PowerShell 6.0%Language:Dockerfile 2.4%