This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
Releases: arduosoft/RawCMS
Releases · arduosoft/RawCMS
v1.0.154
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
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
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