RawCMS Versions Save

RawCMS is the headless CMS written in asp.net core build for developers that embraces API first technology. Please give us a feedback!

v1.0.154

5 years ago

This is a previwe, it is intended for evalutating purposes, not for production use.

Features

  • added client for automating interaction with CMS

Bugfix

  • added authentication support on graphql api
  • fix on connection string settings from docker

installation istruction

Deploy as a regular asp.net core application, change app setting string connection to connec to to your mongodb instance

v1.0.153

5 years ago

This is the first public release. It is intended for evalutating purposes, not for production use.

Features

  • added client for automating interaction with CMS

Bugfix

  • added authentication support on graphql api
  • fix on connection string settings from docker

installation istruction

Deploy as a regular asp.net core application, change app setting string connection to connec to to your mongodb instance

v1.0.99

5 years ago

This is the first public release. It is intended for evalutating purposes, not for production use.

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
  • proviede Oauth2 tokens and store users into local db
  • possibility to create custom endpoint
  • Upsert and incremental update
  • GraphQL data query

LIMITATIONS

  • CRUD controller must manage exceptions and errors
  • Update is in "replace mode". No upsert or incremental save are allowed
  • No UI to manange entities
  • No data data relation

installation istruction

Deploy as a regular asp.net core application, change app setting string connection to connecto to your mongodb instance