Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaspero/jms
A configurable CMS based on JSON schema specification
https://github.com/jaspero/jms
angular cms jaspero json-schema
Last synced: 27 days ago
JSON representation
A configurable CMS based on JSON schema specification
- Host: GitHub
- URL: https://github.com/jaspero/jms
- Owner: Jaspero
- License: mit
- Created: 2019-05-18T12:17:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T08:22:58.000Z (6 months ago)
- Last Synced: 2024-06-25T09:58:57.281Z (6 months ago)
- Topics: angular, cms, jaspero, json-schema
- Language: TypeScript
- Homepage: https://jaspero-jms.web.app/
- Size: 15.8 MB
- Stars: 17
- Watchers: 5
- Forks: 4
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![Release](https://github.com/Jaspero/jms/workflows/Release/badge.svg)
![Deploy CMS](https://github.com/Jaspero/jms/workflows/Deploy%20CMS/badge.svg)
![Deploy Functions](https://github.com/Jaspero/jms/workflows/Deploy%20Functions/badge.svg)
![Deploy Firestore Indexes](https://github.com/Jaspero/jms/workflows/Deploy%20Firestore%20Indexes/badge.svg)
![Deploy Storage Rules](https://github.com/Jaspero/jms/workflows/Deploy%20Storage%20Rules/badge.svg)
![Deploy Rules](https://github.com/Jaspero/jms/workflows/Deploy%20Rules/badge.svg)# JMS
JMS is a CMS based on Angular that is fully configurable through JSON schema-s. JMS is very
opinionated especially when it comes to things like templating engines and email services, even though this should be easily interchangeable.Currently it only supports [firestore](https://firebase.google.com/docs/firestore) as its
back-end but other implementations are planed and instructions for writing your own integration can
be found in the [wiki](https://github.com/Jaspero/jms/wiki/Custom-Integrations).A live example can be found [here](https://jaspero-jms.web.app/).
For more information consult our [wiki](https://github.com/Jaspero/jms/wiki).
**Note:** JMS is in active development and shouldn't be used in a production environment. Progress
towards our production ready goal can be tracked [here](https://github.com/Jaspero/jms/projects/1).