Home

Awesome

Mixcore CMS Become a Backer

backer Donate Buy us a coffee

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

Branchs

UI Screenshots

Admin Portal

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

(New Portal in Angular / Svelte will be coming soon)

Mixcore Admin Portal Bootstrap 5.x

Mixcore Admin Portal Bootstrap 5.x

Special features (Out of the box)

Architecture

image

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

ServicesResultServicesResult
Github workflowBuild Status
Travis CIBuild StatusAppVeyor CIBuild status
GitterJoin the chat at https://gitter.im/mix-core/LobbyLicenses statusFOSSA Status
CodefactorCodeFactorAzureBuild Status

References

Links
STAG / Demohttps://demo.mixcore.org <br /> https://dev.mixcore.org <br /> https://v2.dev.mixcore.org <br /> https://mochahost.demo.mixcore.org/portal (administrator / P@ssw0rd) <br />
Swagger (v2)https://v2.dev.mixcore.org/api/v2/mixcore/swagger/index.html
Dev docshttps://docs.mixcore.org / https://mixcore.dev
Communityhttps://community.mixcore.org
Youtubehttps://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw
Twitterhttps://twitter.com/mixcore_cms
Mediumhttps://medium.com/mixcore

Ref: How to install Mixcore CMS with Azure Docker Composer

Run with Docker

Latest Docker Image

docker pull ghcr.io/mixcore/mix.core:master
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 "{}".

Thanks to

This project has been developed using:

License

Mixcore CMS is licensed under the MIT

PermissionsLimitationsConditions
✔ Commercial use✖ Liabilityℹ License and copyright notice
✔ Modification✖ Warranty
✔ Distribution
✔ Private use

FOSSA Status

Activity

Alt

Star History

Star History Chart

Contributors Wall

<a href="https://github.com/mixcore/mix.core/graphs/contributors"> <img src="https://contrib.rocks/image?repo=mixcore/mix.core" /> </a>

How to contribute

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