Skip to content

brunobandev/veganation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Releases

No releases published

Packages

No packages published

Languages