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
liangshiwei 862897c9cf
Updage the Microsoft.* packages to the latest
2 years ago
..
MyCompanyName.MyProjectName.Blazor.Server Updage the Microsoft.* packages to the latest 2 years ago
MyCompanyName.MyProjectName.Blazor.Server.Mongo Updage the Microsoft.* packages to the latest 2 years ago
MyCompanyName.MyProjectName.Blazor.WebAssembly Updage the Microsoft.* packages to the latest 2 years ago
MyCompanyName.MyProjectName.Host Updage the Microsoft.* packages to the latest 2 years ago
MyCompanyName.MyProjectName.Host.Mongo Updage the Microsoft.* packages to the latest 2 years ago
MyCompanyName.MyProjectName.Mvc Updage the Microsoft.* packages to the latest 2 years ago
MyCompanyName.MyProjectName.Mvc.Mongo Updage the Microsoft.* packages to the latest 2 years ago
.gitattributes
.gitignore
MyCompanyName.MyProjectName.sln
NuGet.Config
README.md
migrate-database.ps1

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..!