CRM-Core makes it easy to create and manage a Lightweight-CRM Web Application efficiently.
- Quick start
- What's included
- Bugs and feature requests
- Dependencies
- Community
- Development
- Contributors
- Copyright and license
You can access to the application on Azure as following links:
Coming soon...
Coming soon...
Coming soon...
For more information, you can check out CRM Core on Docker Hub
- Download the latest .NET SDK (2.x) & NodeJS
- Clone the repo:
git clone https://github.com/crm-core/tiny-socialnetwork.git
- Change location to
\crmcore\src\Hosts\CRMCore.WebApp
, then run commanddotnet run
Coming soon...
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Get updates on CRMCore' development and chat with the project maintainers and community members:
- Follow Phuong Le on GitHub
- Follow @thangchung on Twitter
- Follow Le Cao on GitHub
- Follow Ha Hoang on GitHub
git clone https://github.com/crm-core/tiny-socialnetwork.git
cd tiny-socialnetwork
You’ll need to have .NET SDK 2.x on your machine.
It will be organize the initial project structure and install the transitive dependencies:
tiny-socialnetwork
├── README.md
├── LICENSE
├── .gitignore
├── global.json
├── Dockerfile
├── .travis.yml
├── appveyor.yml
├── crmcore.sln
├── art
└── src
└── framework
└── CRMCore.Framework.CqrsLite
└── CRMCore.Framework.Entities
└── CRMCore.Framework.MvcCore
└── hosts
└── CRMCore.WebApp
└── modules
└── CRMCore.Module.Communication
└── CRMCore.Module.Data
└── CRMCore.Module.Identity
└── CRMCore.Module.Spa
└── targets
└── CRMCore.Application.Crm.targets
└── CRMCore.Application.Targets
└── CRMCore.Module.Targets
└── CRMCore.Theme.Targets
└── themes
└── CRMCore.Theme
cd <your path>tiny-socialnetwork\src\hosts\CRMCore.WebApp
dotnet restore
dotnet clean
dotnet build
dotnet run
You’ll need to have Node >= 6 on your machine.
It will organize the initial project structure and install the transitive dependencies:
Coming soon...
dotnet user-secrets ConnectionStrings:Default <connection string>
cd <your path>crmcore\src\hosts\CRMCore.DBMigration.Console
ASPNETCORE_ENVIRONMENT=Development dotnet run
cd <your path>crmcore\src\hosts\CRMCore.DBMigration.Console
dotnet ef migrations add <message> -c ApplicationDbContext -o Data/Migrations/CRMCore
N/A
Code and documentation copyright 2017 CRMCore. Code released under the MIT License.