This is and app done in the VanHackathon 2017 (http://www.vanhack.com/hackathon/) responding to the Lunch n' Learn Challenge from the Milma Tech company (http://www.mlimatech.com/)
This web app was built using Zend Framework, Smarty, JQuery, Twitter-bootstrap and much passion on our work!
A sample of this app id running on www.romuloberri.com.br
Clone the project files.
$ git clone git@github.com:romuloberri/rbmicroframework.git
Set permission to the templates and images folder:
/Libs/View/templates_c
Restore the database using the script that is on the path
/Res/vanhackathon17-29.sql
Configure the database access information on the file /site/Application/Config.ini
like the example below
db.adapter = pdo_mysql
db.config.host = localhost
db.config.username = vanhackathon17
db.config.password = 'mypassword'
db.config.dbname = vanhackathon17
To login as site master admin use: user: admin password: menuap
- Rômulo Berri - romuloberri
- Leonardo Danielli - leonardoad
- Jose Mario Gutierez - josemariogutierrez