Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avdata99/medusapp
Medusa App
https://github.com/avdata99/medusapp
Last synced: 10 days ago
JSON representation
Medusa App
- Host: GitHub
- URL: https://github.com/avdata99/medusapp
- Owner: avdata99
- License: gpl-2.0
- Created: 2015-03-24T19:37:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T00:27:14.000Z (over 8 years ago)
- Last Synced: 2024-10-14T20:43:38.210Z (23 days ago)
- Language: PHP
- Size: 20 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MedusApp
Aplicación para la gestion de licitaciones públicas y concursos de precios.
En activo desarrollo, producto no finalizado a cargo del Observatorio de Políticas Públicas de Universidad Católica de Córdoba.
## Componentes
MedusApp esta compuesta por dos aplicaciones.
### Backend
Este incluye la carga de datos del sistema: licitaciones, gobiernos, usuarios, etc.Hecho con [Codeigniter 3](https://www.codeigniter.com/userguide3/) (PHP 5) con las librerías:
- [Rest Server](https://github.com/chriskacerguis/codeigniter-restserver) para el API.
- [Grocery Crud](http://www.grocerycrud.com/) para la carga rápida de datos.
Esta aplicación esta contenida en el directorio *application* y esta inicializada con el archivo **ci.php** (al que se dirigen lo llamados vía *.htaccess*).
Para la parte gráfica se usa el template [SB Admin 2](http://startbootstrap.com/template-overviews/sb-admin-2/).![Sistema](/../master/static/img/screen-medusapp-03-system-small.png?raw=true)
### Web site
Aplicacion HTML5 + Backbone para publicación de datos.
Consume vía API todos los datos necesarios para poder embeberse como aplicación mobile Phonegap.
Template: [BootBusiness](http://demo.firebootstrap.com/themes/bootstrap/bootbusiness/contact_us.html)
![Web](/../master/static/img/screen-medusapp-01-home-small.png?raw=true)Esta aplicación comienza en */index.html* y routea las URLs desde */routes.js*. Las librerías backbone y los templates estan en el directorio */extras/bb*.
### Manual de usoDesarrollado con [Sphinx](http://sphinx-doc.org/).
[Ver más](https://github.com/avdata99/medusapp/tree/master/manual).
![Sistema](/../master/static/img/screen-medusapp-02-manual-small.png?raw=true)#### Entorno de desarrollo local
Para desarrollar se recomienda montar un entorno local de desarrollo.
[Instrucciones](https://github.com/avdata99/medusapp/blob/master/ENV.md)#### Tests
Testear el funcionamiento. Ver [acá](https://github.com/avdata99/medusapp/blob/master/tests/)