Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <div align="center">
  2. <h1>
  3. <br>
  4. <a href="https://xhiveframework.co">
  5. <img src=".github/xhive-framework-logo.svg" height="50">
  6. </a>
  7. </h1>
  8. <h3>
  9. a web framework with <a href="https://www.youtube.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 href="https://github.com/xhiveframework/xhiveframework/actions/workflows/server-mariadb-tests.yml">
  17. <img src="https://github.com/xhiveframework/xhiveframework/actions/workflows/server-mariadb-tests.yml/badge.svg">
  18. </a>
  19. <a href="https://github.com/xhiveframework/xhiveframework/actions/workflows/ui-tests.yml">
  20. <img src="https://github.com/xhiveframework/xhiveframework/actions/workflows/ui-tests.yml/badge.svg?branch=develop">
  21. </a>
  22. <a href='https://xhiveframework.co/docs'>
  23. <img src='https://img.shields.io/badge/docs-📖-7575FF.svg?style=flat-square'/>
  24. </a>
  25. <a href='https://www.codetriage.com/xhiveframework/xhiveframework'>
  26. <img src='https://www.codetriage.com/xhiveframework/xhiveframework/badges/users.svg'>
  27. </a>
  28. <a href="https://codecov.io/gh/xhiveframework/xhiveframework">
  29. <img src="https://codecov.io/gh/xhiveframework/xhiveframework/branch/develop/graph/badge.svg?token=XoTa679hIj"/>
  30. </a>
  31. </div>
  32. 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.co)
  33. <div align="center" style="max-height: 40px;">
  34. <a href="https://xhiveframeworkcloud.com/xhiveframework/signup">
  35. <img src=".github/try-on-f-cloud-button.svg" height="40">
  36. </a>
  37. <a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/gavindsouza/install-scripts/main/xhiveframework/pwd.yml">
  38. <img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD" height="37"/>
  39. </a>
  40. </div>
  41. > Login for the PWD site: (username: Administrator, password: admin)
  42. ## Table of Contents
  43. * [Installation](#installation)
  44. * [Contributing](#contributing)
  45. * [Resources](#resources)
  46. * [License](#license)
  47. ## Installation
  48. * [Install via Docker](https://github.com/xhiveframework/xhiveframework_docker)
  49. * [Install via XhiveFramework Bench](https://github.com/xhiveframework/bench)
  50. * [Offical Documentation](https://xhiveframework.co/docs/user/en/installation)
  51. * [Managed Hosting on XhiveFramework Cloud](https://xhiveframeworkcloud.com/xhiveframework/signup)
  52. ## Contributing
  53. 1. [Code of Conduct](CODE_OF_CONDUCT.md)
  54. 1. [Contribution Guidelines](https://github.com/xhiveframework/xhiveerp/wiki/Contribution-Guidelines)
  55. 1. [Security Policy](SECURITY.md)
  56. 1. [Translations](https://translate.xhiveerp.co)
  57. ## Resources
  58. 1. [xhiveframework.co](https://xhiveframework.co) - Official documentation of the XhiveFramework Framework.
  59. 1. [xhiveframework.school](https://xhiveframework.school) - Pick from the various courses by the maintainers or from the community.
  60. ## License
  61. This repository has been released under the [MIT License](LICENSE).