gfhack / hostel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projeto Laravel - Hostel

Dependências

  • PHP ^7.2.5
  • Node 12.18.3
  • Postgres SQL 12.2

Como rodar

  1. Copiar o arquivo .env.example e configurar para seu ambiente local

    1. Definir chave -> php artisan key:generate
    2. Definir conexão com o banco de dados
        DB_CONNECTION=pgsql
        DB_HOST=127.0.0.1
        DB_PORT=5432
        DB_DATABASE=laravel
        DB_USERNAME=postgres
        DB_PASSWORD=
    
  2. Preparar banco de dados

    1. Migrar as tabelas -> php artisan migrate
    2. Inserir dados iniciais -> php artisan db:seed
  3. Usuários para acesso

    1. Email Admin: admin@hostel.com, senha: testing
    2. Email Hóspede: hospede@hostel.com, senha: testing

About


Languages

Language:PHP 77.6%Language:Blade 21.5%Language:Shell 0.5%Language:Vue 0.4%