2
0
mirror of https://github.com/frappe/books.git synced 2025-02-13 09:29:18 +00:00
books/frappe/docs/README.md

21 lines
540 B
Markdown
Raw Normal View History

2018-01-10 18:19:52 +05:30
# Frappe.js
Frappe.js is a meta-data driven framework that enables rapid application development of Node.js and Electron based applications.
## Contents
- Models and Documents
- [Declaring Models](models.md)
- [Controllers](controllers.md)
- [Metadata](metadata.md)
- [Managing Documents](documents.md)
- [Server](server.md)
- [REST API](rest.md)
- [Client](client.md)
2018-01-10 18:24:27 +05:30
- [Routing](router.md)
2018-01-10 18:19:52 +05:30
- [Page](page.md)
- [Lists](lists.md)
- [Forms](forms.md)
- [Controls](controls.md)
- [Backends](backends.md)
- [Testing](testing.md)