Skip to content
forked from arduosoft/RawCMS

RawCMS is the headless CMS written in asp.net core build for developers that embrace API first technology.

License

Notifications You must be signed in to change notification settings

okusnadi/RawCMS

 
 

Repository files navigation

RawCMS is a headless CMS written in asp.net core build for developers that embrace API first technology. RawCMS uses MongoDB as data storage and is ready to be hosted on Docker containers.

CodeFactor Build status Tweet Join the chat at https://gitter.im/arduosoft/RawCMS-Headless-CMS-Aspnet

The mission of RawCMS

  1. Modular Each module is shipped into a NuGet package that can be added to the system to gain new features
  2. Headless RawCMS doesn't include any presentation logic. All is delegated to the caller. This aims to create a scalable and reusable system
  3. Packaged RawCMS must be shipped into a single deployable package or added into an existent asp.net core application as NuGet package.
  4. Extensible RawCMS must be customized by the user through extension only. So, no changes to the code will be done. Just adding new packages.
  5. Buildless RawCMS must give the possibility to manage an installation without the need to manage a codebase or a code repository. Will be possible to add lambdas code at runtime.
  6. Caller Friendly Produce data in many formats to help integration (Odata, GraphQL)

If you are interested in contriubuting just open an issue to start a converstion. Helps wanted.

Download

Actually, you have 3 options to start using RawCMS:

  • run a docker instance using docker pull arduosoft/rawcms-preview or see dockerhu page to get more options like docker-compose file.
  • download the zip and deploy a regular asp.net core application from github releases
  • fork the repository and customize (the deploy as you want)

Tecnical documentation

You can find all we have on Github wiki. There is user documentation for users, developers, and contributors.

Features

  • store and filter any data using MongoDB expression
  • docker container ready
  • data validation
  • possibility to add business logic on the backend
  • authentication against external Oauth2 server
  • provide Oauth2 tokens and store users into local DB
  • possibility to create a custom endpoint
  • Upsert and incremental update
  • GraphQL data query

LIMITATIONS

  • CRUD controller must manage exceptions and errors
  • No UI to manange entities
  • No data data relation

ROADMAP

PHASE 1 - POC

  • Dynamic entity managment
  • Expose with regular web api services and swagger
  • Lambda
  • Schema definition and validation

PHASE 2 - Be ready for production

  • Expose with graphQL
  • Authentication and permission
  • Lambda Http
  • Plugin system
  • Client to automate operations

PHASE 3 - Ready to send rocket on Mars

  • Expose with Odata
  • Test and client sample
  • design UI for schema managment
  • design UI for data managment

License

This software is published under the GNU General Public License v3.

About

RawCMS is the headless CMS written in asp.net core build for developers that embrace API first technology.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.9%
  • Other 1.1%