From 259b209525b200f830e9ddc4f9ea1b4214c03d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 21 Jan 2022 15:55:05 +0300 Subject: [PATCH] Added README file --- templates/app-nolayers/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/app-nolayers/README.md diff --git a/templates/app-nolayers/README.md b/templates/app-nolayers/README.md new file mode 100644 index 0000000000..0e9a53b6b5 --- /dev/null +++ b/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..! + + +