https://github.com/nikos/cmskern
Web Content Management System (CMS) based on Play! Framework and JSON representations defined by JSON schemas.
https://github.com/nikos/cmskern
Last synced: 3 months ago
JSON representation
Web Content Management System (CMS) based on Play! Framework and JSON representations defined by JSON schemas.
- Host: GitHub
- URL: https://github.com/nikos/cmskern
- Owner: nikos
- License: other
- Created: 2012-08-24T18:14:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-22T21:27:42.000Z (over 12 years ago)
- Last Synced: 2025-01-13T06:22:43.666Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
A simple web content-management framework based on JSON schema
(http://json-schema.org/) definition. The forms are dynamically
generated using AngularJS (http://angularjs.org/) and with some
knowledge of the Play! Framework it should be fairly straight
forward to customize this app to your specific needs.cmskern requires:
* Java Development Kit (JDK) SE 6+
* Play! Framework 1.2.4
* MongoDB (as back-end JSON store)