mirror of https://github.com/abpframework/abp.git
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
## 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: |
|||
|
|||
````bash |
|||
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..! |
|||
|
|||
|
|||
|
|||
Loading…
Reference in new issue