brunobandev / veganation

Vegan community.
https://veganation.com.br
MIT License
6 stars 0 forks source link

Veganation

Table of Contents

About

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! :)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

Clone

$ git clone git@github.com:brunobandev/veganation.git
$ cd veganation

Create an environment file

$ cp .env.example .env

Create an application key

$ docker exec veganation-app php artisan key:generate

Containers start

$ docker-compose up

Install dependencies

$ docker exec veganation-app composer install

Create tables on database

$ docker exec veganation-app php artisan migrate

Run tests

$ docker exec veganation-app ./vendor/bin/phpunit

Usage

Open your favorite browser and text:

http://localhost:8082