Skip to content

marcelobbfonseca/animal-shelters

Repository files navigation

Build Status codecov License: GPL v3 Greenkeeper badge Percentage of issues still open Average time to resolve an issue

Backend example project

Laravel API example project using laradock and Vue

Running project with docker

Clone project and build the project containers specifing nginx and postgres containers.

    cd laradock/
    docker-compose up -d nginx postgres

The command above should take a while. They will start atomatically and you`ll find the Application to be running in localhost. No need to specify port. Just type ```localhost``` in your browser.

Docker commands

docker-compose up -d nginx postgres # Run docker containers
docker-compose exec workspace bash  # Run workspace command line
exit

Laravel commands in workspace

    php artisan tinker # Run laravel console
    vendor/bin/phpunit # Run tests

About

A basic Social network for animal Shelters in Laravel for learning purpose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •