Skip to content

espindola-lucas/estadisticas-covid

Repository files navigation

Project of the subject Web Programming II, Faculty of Exact Sciences. Tandil, Buenos Aires

Codacy Badge codecov

Deploy

Link to the application deployed in heroku

https://statistics-covid-app.herokuapp.com/

Steps to follow to have the application running on your machine:

  1. Install docker for your operating system (https://docs.docker.com/get-docker/)
  2. Clone the repository
  3. Make a copy of the .env.example file, and rename it as .env and configure the following
    • DB_CONNECTION=pgsql
    • DB_HOST=database
    • DB_PORT=5432
    • DB_DATABASE=mydb
    • DB_USERNAME=myuser
    • 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 (or whatever port you have exposed)

About

Application for Web Programming 2, Faculty of Exact Sciences Unicen. Tandil, Buenos Aires.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages