seitime-frappe/frappe/docs/index.md
2017-07-31 17:39:44 +05:30

25 lines
No EOL
1.2 KiB
Markdown

# Frappé Framework
### Tutorials, API documentation and Model Reference
Frappé is a full stack web application framework written in Python,
Javascript, HTML/CSS with MySQL as the backend. It was built for ERPNext
but is pretty generic and can be used to build database driven apps.
The key differece in Frappé compared to other frameworks is that Frappé
is that meta-data is also treated as data and is used to build front-ends
very easily. Frappé comes with a full blown admin UI called the **Desk**
that handles forms, navigation, lists, menus, permissions, file attachment
and much more out of the box.
Frappé also has a plug-in architecture that can be used to build plugins
to ERPNext.
Frappé Framework was designed to build [ERPNext](https://erpnext.com), open source
ERP for managing small and medium sized businesses.
[Get started with the Tutorial](/docs/user/)
### Feedback
You're encouraged to help improve the quality of this documentation, by sending a pull request on the [GitHub Repository](https://github.com/frappe/erpnext). If you would like to have a discussion regarding the documentation, you can do so [at the forum](https://discuss.erpnext.com).