2
0
mirror of https://github.com/frappe/books.git synced 2025-02-13 09:29:18 +00:00
books/frappe/docs/README.md
Rushabh Mehta 3ce79d2027 docs
2018-01-10 18:24:27 +05:30

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)