mirror of
https://github.com/frappe/books.git
synced 2025-02-13 09:29:18 +00:00
21 lines
540 B
Markdown
21 lines
540 B
Markdown
# 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)
|
|
- [Routing](router.md)
|
|
- [Page](page.md)
|
|
- [Lists](lists.md)
|
|
- [Forms](forms.md)
|
|
- [Controls](controls.md)
|
|
- [Backends](backends.md)
|
|
- [Testing](testing.md) |