A headless CMS builds with clean modern architecture and technology.
- Quick start
- What's included
- Bugs and feature requests
- Dependencies
- Community
- Development
- Contributors
- Copyright and license
- Download the latest .NET SDK (2.x) & NodeJS
- Clone the repo:
git clone [https://github.com/thangchung/blog-core.git](https://github.com/thangchung/blog-core.git)
- Run database migration
- Change location to
\blog-core\src\Hosts\BlogCore.Api
, then run commanddotnet run
- Change location to
\blog-core\src\Hosts\BlogCore.App
, then run commanddotnet run
- Default username / password should be root@blogcore.com / r00t or user1@blogcore.com / user1
Check out this article for how the architecture working.
Coming soon...
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.
Get updates on Blog-Core' development and chat with the project maintainers and community members:
- Follow @thangchung on Twitter
git clone git@github.com:thangchung/blog-core.git
cd blog-core
dotnet restore
yarn install
Coming soon...
Code and documentation copyright 2017 Thang Chung. Code released under the MIT License.