https://github.com/scheshan/DotNetClub
A tiny club written in Asp.Net Core
https://github.com/scheshan/DotNetClub
Last synced: 8 months ago
JSON representation
A tiny club written in Asp.Net Core
- Host: GitHub
- URL: https://github.com/scheshan/DotNetClub
- Owner: scheshan
- License: artistic-2.0
- Created: 2015-11-21T03:13:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T02:06:10.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T11:49:38.714Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 354 KB
- Stars: 238
- Watchers: 34
- Forks: 87
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - DotNetClub - 用ASP.NET Core编写的小型俱乐部。 (例子 / 工作流)
- fucking-awesome-dotnet-core - DotNetClub - Tiny club written in ASP.NET Core. (Sample Projects / Workflow)
- awesome-dotnet-core - DotNetClub - Tiny club written in ASP.NET Core. (Sample Projects / Workflow)
- awesome-dotnet-core - DotNetClub - Tiny club written in ASP.NET Core. (Sample Projects / Workflow)
README
# 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