Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/germdz/akonforms
Forms for you ministry
https://github.com/germdz/akonforms
church-management church-website forms php proyecto symfony
Last synced: 2 months ago
JSON representation
Forms for you ministry
- Host: GitHub
- URL: https://github.com/germdz/akonforms
- Owner: gerMdz
- License: mit
- Created: 2021-03-19T22:49:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T19:54:09.000Z (2 months ago)
- Last Synced: 2024-11-22T20:31:40.139Z (2 months ago)
- Topics: church-management, church-website, forms, php, proyecto, symfony
- Language: PHP
- Homepage: https://germdz.github.io/AkonFORMS
- Size: 1.26 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Akonforms Forms for you ministry
========================Requirements
------------* PHP 7.4 or higher;
* PDO-Mysql PHP extension enabled;
* In addition to the [usual requirements of a Symfony application][2].Installation
------------```bash
git clone https://github.com/gerMdz/akonforms.git
```#### TODO List
- [ ] Generando entities
- [X] Address
- [ ] Trait_article - Pendiente [https://github.com/niallkennedy/open-graph-protocol-tools](https://github.com/niallkennedy/open-graph-protocol-tools)
- [ ] Empezar crud Site
- [ ] Relación con Address
- [ ] Empezar crud Ministry
- [ ] Relación con Address
- [ ] Empezar register y asociación Users- Ministerio
- [ ] Empezar crud Cuestionario
- [ ] Empezar crud Secciones
- [ ] Empezar crud Tipo Preguntas
- [ ] Empezar crud Preguntas
- [ ] Empezar register usuarios distintos de operadores
Usage
-----```bash
$ cd akonforms/
$ symfony serve
```Then access the application in your browser at the given URL ( by default).
If you don't have the Symfony binary installed, run `php -S localhost:8000 -t public/`
to use the built-in PHP web server or [configure a web server][3] like Nginx or
Apache to run the application.Tests
-----Execute this command to run tests:
```bash
$ cd my_project/
$ ./bin/phpunit
```[1]: https://symfony.com/doc/current/best_practices.html
[2]: https://symfony.com/doc/current/reference/requirements.html
[3]: https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
[4]: https://symfony.com/download