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/aspnet-core
maliming e89d9c92cd
Add `theme` document url to `README` file.
2 years ago
..
MyCompanyName.MyProjectName.Blazor.Server Update LeptonX packages to `2.4` 2 years ago
MyCompanyName.MyProjectName.Blazor.Server.Mongo Update LeptonX packages to `2.4` 2 years ago
MyCompanyName.MyProjectName.Blazor.WebAssembly Update LeptonX packages to `2.4` 2 years ago
MyCompanyName.MyProjectName.Host Update LeptonX packages to `2.4` 2 years ago
MyCompanyName.MyProjectName.Host.Mongo Update LeptonX packages to `2.4` 2 years ago
MyCompanyName.MyProjectName.Mvc Update LeptonX packages to `2.4` 2 years ago
MyCompanyName.MyProjectName.Mvc.Mongo Update LeptonX packages to `2.4` 2 years ago
.gitattributes
.gitignore
MyCompanyName.MyProjectName.sln Add MongoDB project 3 years ago
NuGet.Config Remove BlazoriseMyGet 3 years ago
README.md Add `theme` document url to `README` file. 2 years ago
migrate-database.ps1

README.md

MyCompanyName.MyProjectName

About this solution

This is a minimalist, non-layered startup solution with the ABP Framework. All the fundamental ABP modules are already installed.

Pre-requirements

Configurations

The solution comes with a default configuration that works out of the box. However, you may consider to change the following configuration before running your solution:

  • Check the ConnectionStrings in appsettings.json files under the MyCompanyName.MyProjectName project and change it if you need.

Before running the application

  • Run abp install-libs command on your solution folder to install client-side package dependencies. This step is automatically done when you create a new solution with ABP CLI. However, you should run it yourself if you have first cloned this solution from your source control, or added a new client-side package dependency to your solution.
  • The application needs to connect 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.

Deploying the application

Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. However, there are some topics that you should care about when you are deploying your applications. You can check ABP's Deployment documentation before deploying your application.

Additional resources

You can see the following resources to learn more about your solution and the ABP Framework: