Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frappe/frappe
Low code web framework for real world applications, in Python and Javascript
https://github.com/frappe/frappe
cms email erpnext frappe full-stack hacktoberfest javascript low-code mariadb multitenant postgres python rest-api security socket-io web-framework webhooks
Last synced: 24 days ago
JSON representation
Low code web framework for real world applications, in Python and Javascript
- Host: GitHub
- URL: https://github.com/frappe/frappe
- Owner: frappe
- License: mit
- Created: 2011-06-08T08:14:16.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-13T14:35:46.000Z (7 months ago)
- Last Synced: 2024-04-13T21:53:19.627Z (7 months ago)
- Topics: cms, email, erpnext, frappe, full-stack, hacktoberfest, javascript, low-code, mariadb, multitenant, postgres, python, rest-api, security, socket-io, web-framework, webhooks
- Language: Python
- Homepage: https://frappeframework.com
- Size: 365 MB
- Stars: 6,447
- Watchers: 209
- Forks: 3,103
- Open Issues: 1,674
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-rainmana - frappe/frappe - Low code web framework for real world applications, in Python and Javascript (Python)
- awesome-starred - frappe/frappe - Low code web framework for real world applications, in Python and Javascript (javascript)
README
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for [ERPNext](https://erpnext.com).
> Login for the PWD site: (username: Administrator, password: admin)
## Table of Contents
* [Installation](#installation)
* [Contributing](#contributing)
* [Resources](#resources)
* [License](#license)## Installation
### Production
* [Managed Hosting on Frappe Cloud](https://frappecloud.com/)
* [Easy install script using Docker images](https://github.com/frappe/bench/tree/develop#easy-install-script)
* [Manual install using Docker images](https://github.com/frappe/frappe_docker)### Development
* [Easy install script using Docker images](https://github.com/frappe/bench/tree/develop#easy-install-script)
* [Development installation on bare metal](https://frappeframework.com/docs/user/en/installation)## Contributing
1. [Code of Conduct](CODE_OF_CONDUCT.md)
1. [Contribution Guidelines](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
1. [Security Policy](SECURITY.md)## Resources
1. [frappeframework.com](https://frappeframework.com) - Official documentation of the Frappe Framework.
1. [frappe.school](https://frappe.school) - Pick from the various courses by the maintainers or from the community.
1. [buildwithhussain.dev](https://buildwithhussain.dev) - Watch Frappe Framework being used in the wild to build world-class web apps.## License
This repository has been released under the [MIT License](LICENSE).By contributing to Frappe, you agree that your contributions will be licensed under its MIT License.