Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 665 Bytes

README.md

File metadata and controls

46 lines (38 loc) · 665 Bytes

eletroPonto

EletroPonto - Sistema web para ponto eletrônico - LARAVEL

1. Installation

  1. Go to the folder application using cd command on your cmd or terminal

    composer install
    
    php artisan key:generate
    
    php artisan migrate
    
    php artisan db:seed
    
    php artisan serve
    
  2. Default USERS

    Colaborador
    login: teste@teste.com
    pass:  teste
    
    Administrador
    login: admin@teste.com
    pass:  teste
    

2. To do

    Refactor:
    - CSS;
    - User Interface;
    - Code?!;
    - New features?