Open Source Web Application Framework for ASP.NET Core
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.
 
 
 
 
 
 
Yunus Emre Kalkan 239ddb7141
Merge pull request #12195 from abpframework/auto-merge/rel-5-2/976
4 years ago
..
MyCompanyName.MyProjectName.Blazor.Server Merge pull request #12195 from abpframework/auto-merge/rel-5-2/976 4 years ago
MyCompanyName.MyProjectName.Blazor.Server.Mongo Remove `Nullable` from the project files. 4 years ago
MyCompanyName.MyProjectName.Host Remove `Nullable` from the project files. 4 years ago
MyCompanyName.MyProjectName.Host.Mongo Remove `Nullable` from the project files. 4 years ago
MyCompanyName.MyProjectName.Mvc Remove `Nullable` from the project files. 4 years ago
MyCompanyName.MyProjectName.Mvc.Mongo Remove `Nullable` from the project files. 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
migrate-database.ps1 add migrate database ps 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..!