A Blog/CMS inspired by WordPress, built using ASP.NET MVC and SQL Server
v1.0 is available now! This incorporates everything from the Beta milestone. The database is populated with old Posts and Comments from the original Slickhouse.com blog.
IIS with support for .NET Core 3.0 required. SQL Server or Azure SQL required for the database.
- Checkout the repo
master
branch, or download a release - Setup the database using the files provided
- Run
SlickCMS.Web
- Update the connection string created (
~ConnectionStrings\slickcms.txt
) to point to your database - Re-run
SlickCMS.Web
- You should get the homepage as per the Demo
- Insert a record into
tbl_User
for yourself (MD5 hash the password) to login to the Admin
- Beta - First release of SlickCMS with the core features required to run a Blog.
- Integrations - Integrating with third parties to further enhance SlickCMS.
- New Features
- Demo - hosted on Azure
- Branching
- Code of Conduct
- Contributing
- License - slickcms is licensed under the MIT License