Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.94 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.94 KB

Build Status Codacy Badge

Padrón

Padron de odontólogos

Load administrative information and save them to the database.

Circuit

The workflow is described in the following link. Here you can look a normal flow of this application.

Workflow: workflow

Architecture documentation Architecture Doc

Architecture documentation (2nd release) Architecture Doc - 2nd release

Architecture documentation (3rd release) Architecture Doc - 3rd release

Responsibility of the components Components Doc

Responsibility of the components (new) Components Doc Updated

1st release doc: [1 Doc] (https://github.com/alejandrosobko/UNQ-TIP-Padron/wiki/Entrega-1)

2nd release doc: 2 Doc

3rd release doc: 3 Doc

DER: DER

Installation

  • Clone this repo
  • Move into project folder
  • gem install bundler
  • bundle install
  • bower install
  • rake db:migrate
  • rake db:seed if you need fake data in db