All Projects โ†’ vietnam-devs โ†’ Crmcore

vietnam-devs / Crmcore

Licence: mit
A lightweight CRM Web Application builds with a clean modern architecture and technology

Programming Languages

javascript
184084 projects - #8 most used programming language
csharp
926 projects
es6
455 projects

Projects that are alternatives of or similar to Crmcore

React Dashboard
๐Ÿ”ฅReact Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) ๐Ÿ”ฅ
Stars: โœญ 1,268 (+1357.47%)
Mutual labels:  webpack, bootstrap
Honoka
Honoka is one of the original Bootstrap theme.
Stars: โœญ 634 (+628.74%)
Mutual labels:  webpack, bootstrap
Js Stack From Scratch
๐Ÿ› ๏ธโšก Step-by-step tutorial to build a modern JavaScript stack.
Stars: โœญ 18,814 (+21525.29%)
Mutual labels:  webpack, bootstrap
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: โœญ 2,419 (+2680.46%)
Mutual labels:  webpack, bootstrap
Vue2 Admin Lte
๐Ÿ“Š adminLTE to vuejs v2.x converting project
Stars: โœญ 1,023 (+1075.86%)
Mutual labels:  webpack, bootstrap
Three Seed
A Three.js starter project with ES6 and Webpack
Stars: โœญ 213 (+144.83%)
Mutual labels:  webpack, bootstrap
React Typescript Web Extension Starter
๐Ÿ–ฅ A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser ๐Ÿ”ฅ
Stars: โœญ 510 (+486.21%)
Mutual labels:  webpack, bootstrap
Sage
WordPress starter theme with a modern development workflow
Stars: โœญ 11,531 (+13154.02%)
Mutual labels:  webpack, bootstrap
Mdb Webpack Starter
Webpack Starter for Material Design for Bootstrap UI Kit based on the latest Bootstrap 5.
Stars: โœญ 39 (-55.17%)
Mutual labels:  webpack, bootstrap
Webpack React
๐Ÿ“ฆ A sample project to demonstrate bundling ES6, React, SASS and Bootstrap with Webpack
Stars: โœญ 36 (-58.62%)
Mutual labels:  webpack, bootstrap
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: โœญ 195 (+124.14%)
Mutual labels:  webpack, bootstrap
Blog By Nodejs
NodeJs + Mongoose + Express + jQuery + BootStrap + Ejs + Webpackๆญๅปบๅคšไบบๅšๅฎข
Stars: โœญ 72 (-17.24%)
Mutual labels:  webpack, bootstrap
Baumeister
๐Ÿ‘ท The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: โœญ 171 (+96.55%)
Mutual labels:  webpack, bootstrap
Cookiecutter Flask
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
Stars: โœญ 3,967 (+4459.77%)
Mutual labels:  webpack, bootstrap
React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: โœญ 169 (+94.25%)
Mutual labels:  webpack, bootstrap
Adminkit
๐Ÿงฐ AdminKit is a free & open source Bootstrap 5 Admin Template
Stars: โœญ 395 (+354.02%)
Mutual labels:  webpack, bootstrap
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: โœญ 133 (+52.87%)
Mutual labels:  webpack, bootstrap
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial โ€“
Stars: โœญ 145 (+66.67%)
Mutual labels:  webpack, bootstrap
Learningprocess
๐Ÿ’ฅ ๆœฌไป“ๅบ“็”จไบŽ่ฎฐๅฝ•ๆˆ‘็š„ๅญฆไน ๅŽ†็จ‹ๅ’Œๅญฆไน ็ฌ”่ฎฐ
Stars: โœญ 31 (-64.37%)
Mutual labels:  webpack, bootstrap
Vue
Stars: โœญ 65 (-25.29%)
Mutual labels:  webpack, bootstrap

BuiltWithLove Build status Build Status Price


The project is not maintaining at the moment so please very careful if you get the code and run it (there are some crashes when building the source codes). Based on the ideas of this project, I am working on another project named modular-starter-kits, if you like the ideas of this project and want to learn more about it, you can also take a look at it too. Thank you.

CRM-Core makes it easy to create and manage a Lightweight-CRM Web Application efficiently.

Table of contents

Quick start

Real world demo

You can access to the application on Azure as following links:

Coming soon...

Docker

Linux / Unix

docker run -p 80:5000 --name crmcore  crmcore/crm-linux

Windows

docker run -p 80:5000 --name crmcore  crmcore/crm-window

For more information, you can check out CRM Core on Docker Hub

Manual

  • Download the latest .NET SDK (2.x) & NodeJS
  • Clone the repo: git clone https://github.com/crm-core/crmcore.git
  • Change location to \crmcore\src\Hosts\CRMCore.WebApp
  • Run following commands
    • dotnet restore
    • dotnet build
    • dotnet run

What's included

Coming soon...

Bugs and feature requests

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.

Dependencies

Community

Get updates on CRMCore' development and chat with the project maintainers and community members:

Development

Get code

git clone [email protected]:crm-core/crmcore.git
cd crmcore

Back-end Development environment

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:

crm-core
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ global.json
โ”œโ”€โ”€ Dockerfile
โ”œโ”€โ”€ .travis.yml
โ”œโ”€โ”€ appveyor.yml
โ”œโ”€โ”€ crmcore.sln
โ”œโ”€โ”€ art
โ””โ”€โ”€ src
    โ””โ”€โ”€ crm
        โ””โ”€โ”€ CRMCore.Module.Common
        โ””โ”€โ”€ CRMCore.Module.Contact
        โ””โ”€โ”€ CRMCore.Module.Setup
        โ””โ”€โ”€ CRMCore.Module.Spa
        โ””โ”€โ”€ Directory.Build.props
    โ””โ”€โ”€ framework
        โ””โ”€โ”€ CRMCore.Framework.CqrsLite
        โ””โ”€โ”€ CRMCore.Framework.Entities
        โ””โ”€โ”€ CRMCore.Framework.MvcCore
    โ””โ”€โ”€ hosts
        โ””โ”€โ”€ CRMCore.ClientApp
        โ””โ”€โ”€ CRMCore.WebApp
    โ””โ”€โ”€ modules
        โ””โ”€โ”€ CRMCore.Module.Communication
        โ””โ”€โ”€ CRMCore.Module.Data
        โ””โ”€โ”€ CRMCore.Module.Identity
    โ””โ”€โ”€ targets
        โ””โ”€โ”€ CRMCore.Application.Crm.targets
        โ””โ”€โ”€ CRMCore.Application.Targets
        โ””โ”€โ”€ CRMCore.Module.Targets
        โ””โ”€โ”€ CRMCore.Theme.Targets
    โ””โ”€โ”€ themes
        โ””โ”€โ”€ CRMCore.Theme
โ””โ”€โ”€ ClientApp
    โ”œโ”€โ”€ node_modules
    โ”œโ”€โ”€ package.json
    โ”œโ”€โ”€ yarn.lock
    โ”œโ”€โ”€ .gitignore
    โ”œโ”€โ”€ public
    โ”‚   โ””โ”€โ”€ favicon.ico
    โ”‚   โ””โ”€โ”€ index.html
    โ”‚   โ””โ”€โ”€ manifest.json
    โ””โ”€โ”€ src
        โ””โ”€โ”€ components
        โ””โ”€โ”€ configs
        โ””โ”€โ”€ containers
        โ””โ”€โ”€ redux
            โ””โ”€โ”€ middlewares
            โ””โ”€โ”€ modules
        โ””โ”€โ”€ styles
            โ””โ”€โ”€ bootstrap
            โ””โ”€โ”€ core
            โ””โ”€โ”€ vendors
            โ””โ”€โ”€ images
            โ””โ”€โ”€ style.scss
        โ””โ”€โ”€ index.js
        โ””โ”€โ”€ logo.svg
        โ””โ”€โ”€ registerServiceWorker.js
cd <your path>crmcore\src\hosts\CRMCore.WebApp
dotnet restore
dotnet build
dotnet run

Server Project Structure

Front-end Development environment

Youโ€™ll need to have Node >= 6 on your machine.

It will organize the initial project structure and install the transitive dependencies:

crm-core\src\hosts\CRMCore.WebApp
โ”œโ”€โ”€ ClientApp
    โ”œโ”€โ”€ node_modules
    โ”œโ”€โ”€ package.json
    โ”œโ”€โ”€ yarn.lock
    โ”œโ”€โ”€ .gitignore
    โ”œโ”€โ”€ public
    โ”‚   โ””โ”€โ”€ favicon.ico
    โ”‚   โ””โ”€โ”€ index.html
    โ”‚   โ””โ”€โ”€ manifest.json
    โ””โ”€โ”€ src
        โ””โ”€โ”€ components
        โ””โ”€โ”€ configs
        โ””โ”€โ”€ containers
        โ””โ”€โ”€ redux
            โ””โ”€โ”€ middlewares
            โ””โ”€โ”€ modules
        โ””โ”€โ”€ styles
            โ””โ”€โ”€ bootstrap
            โ””โ”€โ”€ core
            โ””โ”€โ”€ vendors
            โ””โ”€โ”€ images
            โ””โ”€โ”€ style.scss
        โ””โ”€โ”€ index.js
        โ””โ”€โ”€ logo.svg
        โ””โ”€โ”€ registerServiceWorker.js

We need several packages that were installed in global scope as following commands

npm i react-scripts npm-run-all cpx node-sass-chokidar -g

Then, we can run following commands

cd <your path>crmcore\src\hosts\CRMCore.ClientApp
yarn install
yarn start

Client Project Structure

When you build CRMCore.WebApp, then it will call MSBuild script inside to automatically build the assets for the front-end. You need to remove the index.html inside wwwroot folder to make it happen.

Database Development environment

Setup connection string

dotnet user-secrets ConnectionStrings:Default <connection string>

Init database

cd <your path>crmcore\src\hosts\CRMCore.DBMigration.Console
ASPNETCORE_ENVIRONMENT=Development dotnet run

Add New Changes via Migration

cd <your path>crmcore\src\hosts\CRMCore.DBMigration.Console
dotnet ef migrations add <message>  -c ApplicationDbContext  -o Data/Migrations/CRMCore

Notes

In case we want to re-generate the schema for ID4, follow steps as below

dotnet ef migrations add InitialIdentityServerConfigurationDbMigration -c ConfigurationDbContext -o Data/Migrations/IdentityServer/ConfigurationDb
dotnet ef migrations add InitialIdentityServerPersistedGrantDbMigration -c PersistedGrantDbContext -o Data/Migrations/IdentityServer/PersistedGrantDb

Contributors

N/A

Copyright and license

Code and documentation copyright 2017 CRMCore. Code released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].