2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/frappe/docs/index.md

21 lines
539 B
Markdown
Raw Normal View History

2018-01-10 12:49:52 +00:00
# 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)
2018-01-10 12:57:24 +00:00
- [Managing Documents](document.md)
2018-01-10 12:49:52 +00:00
- [Server](server.md)
- [REST API](rest.md)
- [Client](client.md)
2018-01-10 12:54:27 +00:00
- [Routing](router.md)
2018-01-10 12:49:52 +00:00
- [Page](page.md)
- [Lists](lists.md)
- [Forms](forms.md)
- [Controls](controls.md)
- [Backends](backends.md)
- [Testing](testing.md)