You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/templates/app-nolayers/aspnet-core
maliming 00099c1737
Merge branch 'dev' into ShouldChangePasswordOnNextLogin
3 years ago
..
MyCompanyName.MyProjectName.Blazor.Server Merge branch 'dev' into ShouldChangePasswordOnNextLogin 3 years ago
MyCompanyName.MyProjectName.Blazor.Server.Mongo Update LeptonX dependencies to latest stable OR preview version 3 years ago
MyCompanyName.MyProjectName.Blazor.WebAssembly Merge branch 'dev' into ShouldChangePasswordOnNextLogin 3 years ago
MyCompanyName.MyProjectName.Host Merge branch 'dev' into ShouldChangePasswordOnNextLogin 3 years ago
MyCompanyName.MyProjectName.Host.Mongo Update LeptonX dependencies to latest stable OR preview version 3 years ago
MyCompanyName.MyProjectName.Mvc Merge branch 'dev' into ShouldChangePasswordOnNextLogin 3 years ago
MyCompanyName.MyProjectName.Mvc.Mongo Update LeptonX dependencies to latest stable OR preview version 3 years ago
.gitattributes Support different UI and DB options. 4 years ago
.gitignore Add `wwwroot/libs` to `.gitignore`. 4 years ago
MyCompanyName.MyProjectName.sln Add MongoDB project 3 years ago
NuGet.Config Remove BlazoriseMyGet 3 years ago
README.md Update Readme.md 3 years ago
migrate-database.ps1 Fix migrate-database.ps1 file 4 years ago

README.md

About this solution

This is a minimalist, non-layered startup solution with the ABP Framework. All the fundamental ABP modules are already installed.

How to run

The application needs to connect to a database. Run the following command in the MyCompanyName.MyProjectName directory:

dotnet run --migrate-database

This will create and seed the initial database. Then you can run the application with any IDE that supports .NET.

Happy coding..!