|  maliming
						
					
					
						e89d9c92cd | 2 years ago | |
|---|---|---|
| .. | ||
| MyCompanyName.MyProjectName.Blazor.Server | 2 years ago | |
| MyCompanyName.MyProjectName.Blazor.Server.Mongo | 2 years ago | |
| MyCompanyName.MyProjectName.Blazor.WebAssembly | 2 years ago | |
| MyCompanyName.MyProjectName.Host | 2 years ago | |
| MyCompanyName.MyProjectName.Host.Mongo | 2 years ago | |
| MyCompanyName.MyProjectName.Mvc | 2 years ago | |
| MyCompanyName.MyProjectName.Mvc.Mongo | 2 years ago | |
| .gitattributes | ||
| .gitignore | ||
| MyCompanyName.MyProjectName.sln | 3 years ago | |
| NuGet.Config | 3 years ago | |
| README.md | 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 ConnectionStringsinappsettings.jsonfiles under theMyCompanyName.MyProjectNameproject and change it if you need.
Before running the application
- Run abp install-libscommand 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.MyProjectNamedirectory:
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: