https://github.com/germdz/akonforms
Forms for you ministry
https://github.com/germdz/akonforms
church-management church-website forms php proyecto symfony
Last synced: 8 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T22:21:49.000Z (over 1 year ago)
- Last Synced: 2025-04-08T07:08:03.363Z (12 months ago)
- Topics: church-management, church-website, forms, php, proyecto, symfony
- Language: PHP
- Homepage: https://germdz.github.io/AkonFORMS
- Size: 1.37 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