Skip to content

Made with ASP.NET Core and PostgreSQL, Raptor is a cross-platform, feature rich and lightweight content management system for your next awesome project!

License

moayyaed/RaptorCMS

 
 

Repository files navigation

RaptorCMS

Made with ASP.NET Core, Raptor is a cross-platform, feature rich and lightweight content management system for your next awesome project!

Raptor Banner

Build License Release

Installation

You can deploy the application just like you would deploy a standard .NET Core Web App after. To run locally:

  1. Get the files locally using one of the following.
  • You can download the zip file form GitHub.
  • To clone the git repository, use git clone https://github.com/humzakhan/RaptorCMS.git
  1. Provide the database connection string to your Postgres server using one of the following:
  • Add the connectiong string in the ConnectionStrings section in appconfig.json as RaptorDbConnectionString.
  • Add an environment variable of the name ConnectionStrings:RaptorDbConnectionString for Production environment.
  1. After configuring the database, hit Ctrl + F5 to run the app.

Demo

Live demo would be added soon.

Technology

  • ASP.NET Core 2.0
  • C#
  • PostgreSQL
  • Entity Framework Core 2.0
  • JavaScript, jQuery

Design

RaptorCMS uses the open source dashboard theme Modish for it's admin panel, and Balista by Color Lib as the default main theme.

Development Environment

To develop RaptorCMS, we recommend you to use:

  • Visual Studio 2017
  • ASP.NET Core 2.0

Contribution

  • For issues or suggestions, please start a new thread in the issues section.
  • The roadmap is available at our Trello board RaptorCMS

License

The RaptorCMS is open-sourced software under the MIT License

About

Made with ASP.NET Core and PostgreSQL, Raptor is a cross-platform, feature rich and lightweight content management system for your next awesome project!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.3%
  • C# 17.3%
  • CSS 15.9%
  • JavaScript 6.5%