Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.19 KB

OREC -EX

"Proyecto Open Source para la digitalizacion, emision y control de actas (nacimientos, matrimonios, defunciones) en las Oficinas de Registros del Estado Civil, que hay en distintos, distritos o provincias a nivel nacional."

Requerimientos

Características

  • Registro de Actas.
  • Digitalizacion de Actas.
  • Expedicion de Actas.
  • Busqueda de Actas.

Instalación

# Clone this repository in your root folder
git clone https://github.com/dcyar/orec-ex.git

# Navigate to the bookstore folder
cd orec-ex

# Install dependencies
composer install

npm install && npm run dev

# Create file .env
cp .env.example .env

# Generate key
php artisan key:generate

# Setup database access

# Run migrations (tables and Seeders)
php artisan migrate --seed

# Run Server
php artisan serve

# Access to project in your browser
http://localhost:8000

# Admin account
[email protected]
password

Gracias por tu visita @dcyar_