63 lines
2.3 KiB
Markdown
63 lines
2.3 KiB
Markdown
<div align="center">
|
|
<h1>
|
|
<br>
|
|
<a href="https://frappeframework.com">
|
|
<img src=".github/frappe-framework-logo.svg" height="50">
|
|
</a>
|
|
</h1>
|
|
<h3>
|
|
a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
|
|
</h3>
|
|
<h5>
|
|
it's pronounced - <em>fra-pay</em>
|
|
</h5>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<a href="https://github.com/frappe/frappe/actions/workflows/server-mariadb-tests.yml">
|
|
<img src="https://github.com/frappe/frappe/actions/workflows/server-mariadb-tests.yml/badge.svg">
|
|
</a>
|
|
<a href="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml">
|
|
<img src="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml/badge.svg?branch=develop">
|
|
</a>
|
|
<a href='https://frappeframework.com/docs'>
|
|
<img src='https://img.shields.io/badge/docs-📖-7575FF.svg?style=flat-square'/>
|
|
</a>
|
|
<a href='https://www.codetriage.com/frappe/frappe'>
|
|
<img src='https://www.codetriage.com/frappe/frappe/badges/users.svg'>
|
|
</a>
|
|
<a href="https://codecov.io/gh/frappe/frappe">
|
|
<img src="https://codecov.io/gh/frappe/frappe/branch/develop/graph/badge.svg?token=XoTa679hIj&flag=server"/>
|
|
</a>
|
|
</div>
|
|
|
|
|
|
|
|
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)
|
|
|
|
## Table of Contents
|
|
* [Installation](#installation)
|
|
* [Contributing](#contributing)
|
|
* [Resources](#resources)
|
|
* [License](#license)
|
|
|
|
## Installation
|
|
|
|
* [Install via Docker](https://github.com/frappe/frappe_docker)
|
|
* [Install via Frappe Bench](https://github.com/frappe/bench)
|
|
* [Offical Documentation](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)
|
|
1. [Translations](https://translate.erpnext.com)
|
|
|
|
## 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.
|
|
|
|
## License
|
|
This repository has been released under the [MIT License](LICENSE).
|