Loading repository dataβ¦
Loading repository dataβ¦
mixcore / repository
π A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility. Since 2018.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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)



| Links | |
|---|---|
| STAG / Demo | https://demo.mixcore.org https://dev.mixcore.org https://v2.dev.mixcore.org https://mochahost.demo.mixcore.org/portal (administrator / P@ssw0rd) |
| Swagger (v2) | https://v2.dev.mixcore.org/api/v2/mixcore/swagger/index.html |
| Dev docs | https://docs.mixcore.org / https://mixcore.dev |
| Community | https://community.mixcore.org |
| Youtube | https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw |
| https://twitter.com/mixcore_cms | |
| Medium | https://medium.com/mixcore |
docker pull ghcr.io/mixcore/mix.core:master
docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latest
docker-compose build
docker-compose up
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
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
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 "{}".
This project has been developed using:
Mixcore CMS is licensed under the MIT
| Permissions | Limitations | Conditions |
|---|---|---|
| β Commercial use | β Liability | βΉ License and copyright notice |
| β Modification | β Warranty | |
| β Distribution | ||
| β Private use | ||
Fork this repo to your GitHub account, clone it locally and try to follow the following simple guidelines.