Skip to content

scheshan/DotNetClub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetClub

A Tiny Club Written in Asp.Net Core

Upgrade:

  1. Add redis support
  2. Use new UnitOfWork pattern to access database

Begin You Run:

  • Install client libraries

    Go to DotNetClub.Web/wwwroot directory, and run npm install

  • Set UserSecrets in VisualStudio

     {
     	"ConnectionString": "Your Connection String",
     	"Redis": {
     		"EndPoints": ["Your Redis Host:Your Redis Port"],
     		"Password": "",
     		"Db": 1
     	}
     }
    
  • Create database

    The script to create the tables is under the database folder

About

A tiny club written in Asp.Net Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages