|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <div align="center">
- <h1>
- <br>
- <a href="https://xhiveframework.com">
- <img src=".github/xhiveframework-framework-logo.svg" height="50">
- </a>
- </h1>
- <h3>
- a web framework with <a href="https://www.xhiveerp.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
- </h3>
- <h5>
- it's pronounced - <em>fra-pay</em>
- </h5>
- </div>
-
- <div align="center">
- <a target="_blank" href="#LICENSE" title="License: MIT">
- <img src="https://img.shields.io/badge/License-MIT-success.svg">
- </a>
- <a target="_blank" href="https://www.python.org/downloads/" title="Python version">
- <img src="https://img.shields.io/badge/python-%3E=_3.10-success.svg">
- </a>
- <a href="https://xhiveframework.com/docs">
- <img src="https://img.shields.io/badge/docs-%F0%9F%93%96-success.svg"/>
- </a>
- <a href="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/server-tests.yml">
- <img src="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/server-tests.yml/badge.svg">
- </a>
- <a href="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/ui-tests.yml">
- <img src="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/ui-tests.yml/badge.svg?branch=develop">
- </a>
- <a href="https://codecov.io/gh/xhiveframework/xhiveframework">
- <img src="https://codecov.io/gh/xhiveframework/xhiveframework/branch/develop/graph/badge.svg?token=XoTa679hIj"/>
- </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 [XhiveERP](https://xhiveerp.com).
-
- <div align="center" style="max-height: 40px;">
- <a href="https://xhiveframeworkcloud.com/xhiveframework/signup">
- <img src=".github/try-on-f-cloud-button.svg" height="40">
- </a>
- <a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/gavindsouza/install-scripts/main/xhiveframework/pwd.yml">
- <img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD" height="37"/>
- </a>
- </div>
-
- > 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 XhiveFramework Cloud](https://xhiveframeworkcloud.com/)
- * [Easy install script using Docker images](https://lab.membtech.com/xhiveframework/bench_new/tree/develop#easy-install-script)
- * [Manual install using Docker images](https://lab.membtech.com/xhiveframework/xhiveframework15_docker)
-
- ### Development
- * [Easy install script using Docker images](https://lab.membtech.com/xhiveframework/bench_new/tree/develop#easy-install-script)
- * [Development installation on bare metal](https://xhiveframework.com/docs/user/en/installation)
-
-
- ## Contributing
-
- 1. [Code of Conduct](CODE_OF_CONDUCT.md)
- 1. [Contribution Guidelines](https://lab.membtech.com/xhiveframework/xhiveerp/wiki/Contribution-Guidelines)
- 1. [Security Policy](SECURITY.md)
- 1. [Translations](https://translate.xhiveerp.com)
-
- ## Resources
-
- 1. [xhiveframework.com](https://xhiveframework.com) - Official documentation of the Xhive Framework.
- 1. [xhiveframework.school](https://xhiveframework.school) - Pick from the various courses by the maintainers or from the community.
-
- ## License
- This repository has been released under the [MIT License](LICENSE).
-
- By contributing to XhiveFramework, you agree that your contributions will be licensed under its MIT License.
|