All Projects β†’ mixcore β†’ Mix.core

mixcore / Mix.core

Licence: mit
πŸš€ Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org

Projects that are alternatives of or similar to Mix.core

Sio.core
βœ” [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-60.2%)
Mutual labels:  cms, asp-net-core, asp, dotnet-core, dotnetcore
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+481.58%)
Mutual labels:  ecommerce, dotnet-core, dotnetcore, headless-cms
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+2145.72%)
Mutual labels:  ecommerce, asp-net-core, dotnet-core, headless
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+1042.76%)
Mutual labels:  ecommerce, asp-net-core, dotnet-core, dotnetcore
Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (+321.38%)
Mutual labels:  cms, headless-cms, headless, pwa
Ngx Responsive
Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 9
Stars: ✭ 300 (-1.32%)
Mutual labels:  bootstrap, pwa, progressive-web-app
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+2897.04%)
Mutual labels:  ecommerce, headless, pwa
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with πŸ’š by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+500.99%)
Mutual labels:  ecommerce, vuejs2, pwa
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+4742.11%)
Mutual labels:  ecommerce, headless, pwa
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (-9.54%)
Mutual labels:  ecommerce, headless, pwa
Cezerin
Cezerin is React and Node.js based eCommerce platform.
Stars: ✭ 1,985 (+552.96%)
Mutual labels:  ecommerce, cms, pwa
Falcon
DEITY Falcon - Progressive Web App library for any type of website. Fully Open Source, Platform Agnostic and headless. OSL3.0. Supports Magento 2 PWA storefront, Wordpress PWA and BigCommerce PWA Storefront. Built with ReactJS, NodeJS and GraphQL. Join our community and become a contributor at https://slack.deity.io
Stars: ✭ 501 (+64.8%)
Mutual labels:  ecommerce, headless, pwa
Angular Shoppingcart
ShoppingCart (Ecommerce) πŸ›’ Application using Angular10, Firebase, PWA, Drag&Drop, Materialized Bootstrap and i18n πŸš€πŸ”₯πŸ‘¨β€πŸ’»
Stars: ✭ 483 (+58.88%)
Mutual labels:  ecommerce, pwa, progressive-web-app
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (-62.83%)
Mutual labels:  ecommerce, headless, headless-cms
statiq-starter-kontent-lumen
Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Statiq and Kontent by Kentico.
Stars: ✭ 22 (-92.76%)
Mutual labels:  headless, asp-net-core, headless-cms
Gonorth
GoNorth is a story and content planning tool for RPGs and other open world games.
Stars: ✭ 289 (-4.93%)
Mutual labels:  dotnet-core, dotnetcore, bootstrap
Sunengine
SunEngine – site engine with blog, forum and articles sections features support.
Stars: ✭ 130 (-57.24%)
Mutual labels:  forum, cms, asp-net-core
Live.asp.net
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
Stars: ✭ 295 (-2.96%)
Mutual labels:  asp-net-core, asp, dotnetcore
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (-20.39%)
Mutual labels:  cms, headless-cms, headless
Netcorebbs
ASP.NET Core Light forum NETCoreBBS
Stars: ✭ 483 (+58.88%)
Mutual labels:  forum, asp-net-core, dotnet-core

Mixcore CMS Become a Backer

backer Donate Buy us a coffee

Fully Open Source UI Tools to create multi-purpose Web Apps, Mobile Apps & Application Services

CMS and Dashboards built on top of ASP.Net Core / Dotnet Core, SignalR, Angular.JS and Bootstrap.

Mixcore CMS

Services Result Services Result
Travis CI Build Status AppVeyor CI Build status
Gitter Join the chat at https://gitter.im/mix-core/Lobby Licenses status FOSSA Status
Codefactor CodeFactor Azure Build Status

References

Links
STAG / Demo https://demo.mixcore.org or https://mochahost.demo.mixcore.org/portal (administrator / [email protected]) Ref: How to install Mixcore CMS with Azure Docker Composer
Dev docs https://docs.mixcore.org / https://mixcore.dev
Community https://community.mixcore.org
Youtube https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw
Twitter https://twitter.com/mixcore_cms
Medium https://medium.com/mixcore

Run with Docker

Latest Docker Image

docker pull mixcore/mix.core:latest
docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latest

Or with Docker Compose

docker-compose build
docker-compose up

GITs clone

mkdir mixcore
cd mixcore

git clone https://github.com/mixcore/mix.core.git

Optional:

Optional steps as those packages are Nuget Library

git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.git

Build & Run with Dotnet SDK

Build & Run Mixcore CMS

REM Make sure you already read and download Dotnet Core SDK here https://dotnet.microsoft.com/download

cd mix.core/src/Mix.Cms.Web

dotnet restore
dotnet build
dotnet run

Modify & Build Portal Front-End source (Optional)

This step is optional and only needed in case you would like to modify the portal front-end code

cd mix.core/src/portal-app

npm install
npm install --global gulp-cli
gulp build

Note: If you facing any System.Data.SqlClient.SqlException error, please replace all content inside "appsettings.json" file with "{}".

Special features (Out of the box)

  • [x] Reliability - Member roles and permissions.
  • [x] High Security - Strong Data Encryption and Security compliance.
  • [x] Multilingual - Flexible multilingual content migration.
  • [x] High Performance - Millisecond response time.
  • [x] Cross Platforms - Powered by .NET Core and run everywhere.
  • [x] Online Coding - Visual Studio Code's heart inside.
  • [x] Customizable Designs - Build any kinds of website.
  • [x] SEO Friendly - No extra plugin required.
  • [x] Media Management - Multiple file formats for your website / application.
  • [x] Manage On The Go - Manage and Code everywhere you want.
  • [x] Easy and Accessible - Non deep tech knowledge required.
  • [x] Analytics - Inside Google Analytics dashboard & no extra plugin required.
  • [x] Dynamic Modular Architecture - Powerful module layers & Attribute sets feature.
  • [x] Extensibility - API-first architecture for Plug & Play.
  • [x] Easy Backup - Powerful 1 step export.
  • [x] More Coffee time! - You can relax and explore more ton of features are not listed here...

UI Screenshots

Default Theme:

Shards UI Kit Shards is a modern design system based on Bootstrap 4 that comes packed with 10 extra custom components and two pre-built landing pages. It’s also lightweight with its stylesheet weighting only ~13kb minified and gzipped.

Mixcore CMS default template with Shards UI Kit

Admin Portal

Mixcore CMS Back-office is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project.

Mixcore Admin Portal Bootstrap 4.x

Thanks to

This project has been developed using:

License

Mixcore CMS is licensed under the MIT

Permissions Limitations Conditions
βœ” Commercial use βœ– Liability β„Ή License and copyright notice
βœ” Modification βœ– Warranty
βœ” Distribution
βœ” Private use

FOSSA Status

How to contribute

Fork this repo to your GitHub account, clone it locally and try to follow the following simple guidelines.

  • Never write any code in the master branch
  • When writing code, do it in a specific feature branch
  • Send your pull request from that feature branch
  • After your pull request has been accepted, sync the changes into master from the upstream remote
  • Delete you feature branch
  • Again, NEVER write any code in the master branch ;)
  • Ref: https://datasift.github.io/gitflow/IntroducingGitFlow.html
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].