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
Halil İbrahim Kalkan 259b209525
Added README file
4 years ago
..
MyCompanyName.MyProjectName Merge pull request #11386 from abpframework/MigrateDatabase 4 years ago
.gitattributes Added no-layers startup template 4 years ago
.gitignore Added no-layers startup template 4 years ago
MyCompanyName.MyProjectName.sln Added no-layers startup template 4 years ago
README.md Added README 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 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..!