1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dont-code_ynh.git synced 2024-09-03 18:26:34 +02:00
dont-code_ynh/README.md

66 lines
3 KiB
Markdown
Raw Normal View History

2022-12-27 17:59:56 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2023-01-07 10:31:30 +01:00
# Dont-code Services for YunoHost
2022-12-27 17:59:56 +01:00
2023-01-23 21:39:08 +01:00
[![Integration level](https://dash.yunohost.org/integration/dont-code.svg)](https://dash.yunohost.org/appci/app/dont-code) ![Working status](https://ci-apps.yunohost.org/ci/badges/dont-code.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/dont-code.maintain.svg)
2023-07-15 10:37:28 +02:00
2023-01-07 10:31:30 +01:00
[![Install Dont-code Services with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dont-code)
2022-12-27 17:59:56 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2023-01-07 10:31:30 +01:00
> *This package allows you to install Dont-code Services quickly and simply on a YunoHost server.
2022-12-27 17:59:56 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-01-02 19:03:27 +01:00
Dont-code is a low-code / no-code platform letting user create their own applications based on complete feature sets developed by IT.
You can find more information here: https://dont-code.net
This Yunohost app installs the server part (services + mongo database) needed to run the dont-code applications.
2022-12-27 17:59:56 +01:00
### Features
2023-01-02 19:03:27 +01:00
- Thanks to the Powerful [Builders](https://dont-code.net/ide-ui) and [Previewers](https://dont-code.net/ide-ui), a user can directly design its application and immediately see the result
- One only needs to describe its application by filling sentences prepared by the platform.
- By default it provides support for images, currency, text, numbers, countries, links.
- Multiple plugins allow you to list, edit, make reports, call services, save to database, save in browser, and so on...
- Plugins can be developed by any IT team
- Projects and all user's data are backuped up as part of the Yunohost backup process
- As well any documents or images uploaded by users will be backed up
2022-12-27 17:59:56 +01:00
2023-07-20 08:06:43 +02:00
**Shipped version:** 0.2~ynh5
2022-12-27 17:59:56 +01:00
2023-01-02 19:03:27 +01:00
**Demo:** https://dont-code.net/apps.html
2022-12-27 17:59:56 +01:00
## Screenshots
2023-01-07 10:31:30 +01:00
![Screenshot of Dont-code Services](./doc/screenshots/previewer.gif)
![Screenshot of Dont-code Services](./doc/screenshots/ide.gif)
2022-12-27 17:59:56 +01:00
## Documentation and resources
2023-01-02 19:03:27 +01:00
* Official app website: <https://dont-code.net>
* Official user documentation: <https://dont-code.net/news.html>
* Official admin documentation: <https://dont-code.net/developers.html>
* Upstream app code repository: <https://github.com/dont-code>
2023-10-31 15:07:49 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/dont-code>
2023-01-02 19:03:27 +01:00
* Report a bug: <https://github.com/YunoHost-Apps/dont-code_ynh/issues>
2022-12-27 17:59:56 +01:00
## Developer info
2023-01-02 19:03:27 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing).
2022-12-27 17:59:56 +01:00
To try the testing branch, please proceed like that.
``` bash
2023-01-02 19:03:27 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug
2022-12-27 17:59:56 +01:00
or
2023-01-02 19:03:27 +01:00
sudo yunohost app upgrade dont-code -u https://github.com/YunoHost-Apps/dont-code_ynh/tree/testing --debug
2022-12-27 17:59:56 +01:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>