Skip to content

RosarioTG/AnimalsApp

Repository files navigation

Repository for the subject Web Programming II ,Tupar Exactas Unicen

Codacy Badge codecov Static Code Analysis Laravel Dusk Tests Deploy

Steps to follow to download the project

  1. - Install Docker
  2. - Clone the repository
  3. - Configure the connection to the database in the .env file
    • - DB_CONNECTION=pgsql
    • - DB_HOST=database
    • - DB_PORT=5432
    • - DB_DATABASE=mydb
    • - DB_USERNAME=mydb
    • - DB_PASSWORD=thisisasecretpassword
  4. - Execute the command (sudo docker run --rm -v $ (pwd): / app composer install) to download missing files for the correct operation of the application
  5. - Generate the key for the .env file with the following command (php artisan key: generate)
  6. -Run docker-compose up -d, open the browser and go to localhost: 8080

Link to the deployed site on heroku

https://animals-app-rosario.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published