The project was created to demystify a question. But what eats a vegetarian/vegan? And with that, to stimulate the sharing of vegan recipes by the community.
Other ideas are coming up, and we have a lot to grow together. Follow the project! :)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
$ git clone [email protected]:brunobandev/veganation.git
$ cd veganation
$ cp .env.example .env
$ docker exec veganation-app php artisan key:generate
$ docker-compose up
$ docker exec veganation-app composer install
$ docker exec veganation-app php artisan migrate
$ docker exec veganation-app ./vendor/bin/phpunit
http://localhost:8082