-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
348 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
# Sample: Easy CRM | ||
# Easy CRM - Sample ABP Project | ||
|
||
This is a sample solution developed using the ABP Commercial. | ||
This is a sample solution developed on top of ABP Commercial. | ||
|
||
![easy-crm-dashboard](../images/easy-crm-dashboard.png) | ||
|
||
## Download | ||
|
||
* [Download the source code from here](https://abp.io/api/download/samples/easy-crm) (you need to login to the https://abp.io/ first). | ||
* You can download the complete source-code from [https://abp.io/api/download/samples/easy-crm](https://abp.io/Account/Login?returnUrl=/api/download/samples/easy-crm) | ||
|
||
## How To Run? | ||
|
||
* Open the solution in the **Visual Studio 2019** or later (or with another IDE you like). | ||
* Open the solution in **Visual Studio 2019** or later (or with another IDE, supports ASP.NET Core). | ||
* Run the `Volo.EasyCrm.DbMigrator` console application to create the database and seed the initial data. | ||
* Run the application, login using `admin` as the user name and `1q2w3E*` as the password. | ||
* Click to the "**Generate and import sample data**" on the home page if you want to generate some random data in order to better investigate the application. | ||
* Enjoy and investigate the source code! | ||
* Run the web project. | ||
* You can login using `admin` as the user name and `1q2w3E*` as the password. | ||
* To generate random data, click to "**Generate and import sample data**" on the home page. | ||
* Enjoy and check the source code! | ||
|
||
## Notes | ||
|
||
It currently supports; | ||
This project supports; | ||
|
||
* **Entity Framework Core** as the database provider. | ||
* ASP.NET Core MVC / **Razor Pages** for the user interface. | ||
|
||
**Angular UI** version is being developed. | ||
**Angular UI** version is in development... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.