gerMdz / AkonFORMS

Forms for you ministry

Home Page:https://germdz.github.io/AkonFORMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akonforms Forms for you ministry

Requirements

Installation

git clone https://github.com/gerMdz/akonforms.git

TODO List

  • Generando entities
  • 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

$ cd akonforms/
$ symfony serve

Then access the application in your browser at the given URL (https://localhost:8000 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 like Nginx or Apache to run the application.

Tests

Execute this command to run tests:

$ cd my_project/
$ ./bin/phpunit

About

Forms for you ministry

https://germdz.github.io/AkonFORMS

License:MIT License


Languages

Language:PHP 69.2%Language:Twig 23.7%Language:JavaScript 3.1%Language:SCSS 2.3%Language:Makefile 0.6%Language:Dockerfile 0.5%Language:Shell 0.5%