jgrossi / elephpant.me

🐘 a simple website to help you to trade elePHPants 💥
https://elephpant.me
MIT License
63 stars 30 forks source link
hacktoberfest

ElePHPant.me

Here is the right place for your elePHPants!

About

Stack:

Frontend

Backend

Database


Installation

Using ddev

Clone this repo.

ddev start
ddev project-setup

Access the site on https://elephpantme.ddev.site

Prerequisite

Database

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

Backend

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

Maintainers

Junior Grossi – @junior_grossi
Igor Santos – @IgorSantoos17

This project is Open Source and contains MIT License.