Browse Source

Added README file

pull/11406/head
Halil İbrahim Kalkan 4 years ago
parent
commit
259b209525
  1. 18
      templates/app-nolayers/README.md

18
templates/app-nolayers/README.md

@ -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…
Cancel
Save