Skip to content

284247028/DotNetClub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetClub

A Tiny Club Written in Asp.Net Core

How to Build and Run:

  • Clone the repository

  • Restore the dependencies

    dotnet restore
    
  • Go to DotNetClub.Web directory

    cd src\DotNetClub.Web
    
  • Edit database connection string by SecretManagerTools

    dotnet user-secrets set ConnectionString YourConnectionString
    
  • Install Database

    dotnet ef database update
    
  • Install client libraries

    bower install
    
  • Run the project

    dotnet run
    

About

A tiny club written in Asp.Net Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.4%
  • PowerShell 2.5%
  • CSS 1.1%