You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 1 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <div align="center">
  2. <h1>
  3. <br>
  4. <a href="https://xhiveframework.com">
  5. <img src=".github/xhiveframework-framework-logo.svg" height="50">
  6. </a>
  7. </h1>
  8. <h3>
  9. a web framework with <a href="https://www.xhiveerp.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
  10. </h3>
  11. <h5>
  12. it's pronounced - <em>fra-pay</em>
  13. </h5>
  14. </div>
  15. <div align="center">
  16. <a target="_blank" href="#LICENSE" title="License: MIT">
  17. <img src="https://img.shields.io/badge/License-MIT-success.svg">
  18. </a>
  19. <a target="_blank" href="https://www.python.org/downloads/" title="Python version">
  20. <img src="https://img.shields.io/badge/python-%3E=_3.10-success.svg">
  21. </a>
  22. <a href="https://xhiveframework.com/docs">
  23. <img src="https://img.shields.io/badge/docs-%F0%9F%93%96-success.svg"/>
  24. </a>
  25. <a href="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/server-tests.yml">
  26. <img src="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/server-tests.yml/badge.svg">
  27. </a>
  28. <a href="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/ui-tests.yml">
  29. <img src="https://lab.membtech.com/xhiveframework/xhiveframework15/actions/workflows/ui-tests.yml/badge.svg?branch=develop">
  30. </a>
  31. <a href="https://codecov.io/gh/xhiveframework/xhiveframework">
  32. <img src="https://codecov.io/gh/xhiveframework/xhiveframework/branch/develop/graph/badge.svg?token=XoTa679hIj"/>
  33. </a>
  34. </div>
  35. 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).
  36. <div align="center" style="max-height: 40px;">
  37. <a href="https://xhiveframeworkcloud.com/xhiveframework/signup">
  38. <img src=".github/try-on-f-cloud-button.svg" height="40">
  39. </a>
  40. <a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/gavindsouza/install-scripts/main/xhiveframework/pwd.yml">
  41. <img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD" height="37"/>
  42. </a>
  43. </div>
  44. > Login for the PWD site: (username: Administrator, password: admin)
  45. ## Table of Contents
  46. * [Installation](#installation)
  47. * [Contributing](#contributing)
  48. * [Resources](#resources)
  49. * [License](#license)
  50. ## Installation
  51. ### Production
  52. * [Managed Hosting on XhiveFramework Cloud](https://xhiveframeworkcloud.com/)
  53. * [Easy install script using Docker images](https://lab.membtech.com/xhiveframework/bench_new/tree/develop#easy-install-script)
  54. * [Manual install using Docker images](https://lab.membtech.com/xhiveframework/xhiveframework15_docker)
  55. ### Development
  56. * [Easy install script using Docker images](https://lab.membtech.com/xhiveframework/bench_new/tree/develop#easy-install-script)
  57. * [Development installation on bare metal](https://xhiveframework.com/docs/user/en/installation)
  58. ## Contributing
  59. 1. [Code of Conduct](CODE_OF_CONDUCT.md)
  60. 1. [Contribution Guidelines](https://lab.membtech.com/xhiveframework/xhiveerp/wiki/Contribution-Guidelines)
  61. 1. [Security Policy](SECURITY.md)
  62. 1. [Translations](https://translate.xhiveerp.com)
  63. ## Resources
  64. 1. [xhiveframework.com](https://xhiveframework.com) - Official documentation of the Xhive Framework.
  65. 1. [xhiveframework.school](https://xhiveframework.school) - Pick from the various courses by the maintainers or from the community.
  66. ## License
  67. This repository has been released under the [MIT License](LICENSE).
  68. By contributing to XhiveFramework, you agree that your contributions will be licensed under its MIT License.