Dataverse is a user-friendly tool for creating conversational forms which store their data in dynamic databases.
You can use the Dockerfile to get started, especially for development. Create a directory called /custom/ at the base, and copy the /config/secrets.php to /custom/secrets.php and make appropriate edits. The database is not included in the Dockerfile. You can use MySQL (recommended), Postgres, or SQLite. The tables/schema will be created on the fly.
- PHP7
- Symfony 4: https://symfony.com/doc/current/setup/flex.html
- SQL using https://RedBeanPHP.com as ORM
- Repo admin
- Original author at http://mayel.space
Dataverse, Copyright (C) 2017 Mayel de Borniol
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.