Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Capturas
Browse files Browse the repository at this point in the history
  • Loading branch information
rcotrina94 committed May 23, 2015
1 parent 3cfbecb commit f1c22a3
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Descripción:
CitaSalud, es un sistema de gestión de citas y diagnóstico. El proyecto se realiza en base a una tarea para el curso de Sistemas de Información I.
Consiste de un Sistema Web, con un servidor escrito en Python y su framework Django, y dos interfaces: Una web, y otra de escritorio.
Consiste de un Sistema de Información Web para optimizacion de tiempos y costos en la administración de citas y diagnóstico de un hospital.

> **Enunciado**: [Práctica 02](./docs/README.md)
>
Expand All @@ -13,8 +13,43 @@ Consiste de un Sistema Web, con un servidor escrito en Python y su framework Dja
> - Vasquez Muñoz, Brenda
> - Polo Zavala, Nick
## Arquitectura del SI
El sistema consta de un servidor escrito en Python y su framework Django, y dos interfaces: Una interfaz web usada por los Pacientes, Doctores, Administradores, y una interfaz de escritorio que es usada por únicamente por Personal del Hospital (Administradores, Supervisores, Gerencia, Doctores, etc).

### Backend
- **Aplicación Web:** Django(Python)
- **API REST:** Django REST Framework
- **Motor de Base de Datos:** SQLite / MySQL / PostgreSQL
- **Servidor de Aplicaciones:** Nginx / Apache

### Frontend
- **Interfaz Web Escritorio/Móvil**: HTML5 + CSS3
- **Diseño:** Material Design
- **Programación:** jQuery (Javascript)

- **Interfaz de Escritorio:** Electron (Packaged Webkit Browser + io.js)
- **Diseño:** Material Design (Angular Material Design)
- **Programación:** AngularJS+io.js (Javascript)
## Implementación

### Entorno de desarrollo

Se deben instalar los siguientes requerimientos:
```
Django==1.8
django-extensions==1.5.5
django-localflavor==1.1
djangorestframework==3.1.1
Markdown==2.6.2
MySQL-python==1.2.5
Pillow==2.8.1
pygraphviz==1.2
six==1.9.0
```

### Producción
[...]

## Capturas
![](https://raw.github.com/rcotrina94/citasalud/master/docs/images/001.png)
Binary file added docs/images/001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1c22a3

Please sign in to comment.