8000 GitHub - mixcore/mix.core at v1.0.0-alpha.5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ mix.core Public template

πŸš€ 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.

License

Notifications You must be signed in to change notification settings

mixcore/mix.core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mixcore CMS

Donate Buy us a coffee

Fully Open Source UI Tools to create web apps. Headless CMS and Dashboards built on top of .Net Core, 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
Demo https://demo.mixcore.org / https://demo.mixcore.org/portal (admin/P@ssw0rd)
https://dev.mixcore.org/en-us/
Dev docs https://docs.mixcore.org / https://mixcore.dev
Youtube https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw
Twitter https://twitter.com/mixcore_cms
Medium https://medium.com/mixcore

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

Docker SQL Server DB information: Server=db;Database=master;User=sa;Password=P@ssw0rd;

GITs clone

mkdir mixcore
cd mixcore

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

Build & Run

Website

cd mix.core/src/Mix.Cms.Web
npm install
dotnet restore
dotnet build
dotnet run

Modify Portal

cd mix.core/src/portal-app
gulp serve

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

UI Screenshots

Default Theme:

Now UI Kit PRO is a premium Bootstrap 4 kit provided by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 1000 components, 34 sections and 11 example pages.

Mixcore CMS default template with Now UI Pro

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 ;)
0