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
Mladen Macanovic a8e52a7d03
Blazorise package 1.0.0-preview4
4 years ago
..
MyCompanyName.MyProjectName.Blazor.Server Blazorise package 1.0.0-preview4 4 years ago
MyCompanyName.MyProjectName.Blazor.Server.Mongo Blazorise package 1.0.0-preview4 4 years ago
MyCompanyName.MyProjectName.Host Add `wwwroot/libs` to `.gitignore`. 4 years ago
MyCompanyName.MyProjectName.Host.Mongo Add `wwwroot/libs` to `.gitignore`. 4 years ago
MyCompanyName.MyProjectName.Mvc Add `wwwroot/libs` to `.gitignore`. 4 years ago
MyCompanyName.MyProjectName.Mvc.Mongo Add `wwwroot/libs` to `.gitignore`. 4 years ago
.gitattributes Support different UI and DB options. 4 years ago
.gitignore Add `wwwroot/libs` to `.gitignore`. 4 years ago
MyCompanyName.MyProjectName.sln Support different UI and DB options. 4 years ago
NuGet.Config Support different UI and DB options. 4 years ago
README.md Support different UI and DB options. 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 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..!