Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 939 Bytes

README.md

File metadata and controls

63 lines (45 loc) · 939 Bytes

ElePHPant.me

Here is the right place for your elePHPants!

About

  • You can add your herd
  • See ranking
    • global / per country
  • Find people to trade
  • See statistics about elephpants

Stack:

Frontend

  • HTML5
  • CSS3
  • Bootstrap
  • JavaScript
  • JQuery
  • Stimulus.js

Backend

  • PHP 7.2^
  • Laravel 6
  • Composer
  • PHPUnit

Database

  • MySQL 5.8^

Installation

Prerequisite

  • config file .env
  • create local database

Backend

$ composer install  
$ php artisan key:generate
$ php artisan elephpants:read
$ php artisan storage:link

Database

$ php artisan migrate
$ php artisan db:seed # only for generating fake data locally

Maintainers

Junior Grossi – @junior_grossi
Igor Santos – @IgorSantoos17

This project is Open Source and contains MIT License.