Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgrossi/elephpant.me
🐘 a simple website to help you to trade elePHPants 💥
https://github.com/jgrossi/elephpant.me
hacktoberfest
Last synced: 12 days ago
JSON representation
🐘 a simple website to help you to trade elePHPants 💥
- Host: GitHub
- URL: https://github.com/jgrossi/elephpant.me
- Owner: jgrossi
- License: mit
- Created: 2019-10-03T11:24:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T07:51:55.000Z (29 days ago)
- Last Synced: 2024-10-19T01:53:44.282Z (24 days ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage: https://elephpant.me
- Size: 27 MB
- Stars: 63
- Watchers: 12
- Forks: 29
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
### Using ddev
Clone this repo.
```bash
ddev start
ddev project-setup
```Access the site on https://elephpantme.ddev.site
#### Prerequisite
- config file `.env`
- create local database#### Database
```bash
$ php artisan migrate
$ php artisan db:seed # only for generating fake data locally
```#### Backend
```bash
$ composer install
$ php artisan key:generate
$ php artisan elephpants:read
$ php artisan storage:link
```---
### Maintainers
Junior Grossi – [@junior_grossi](https://twitter.com/junior_grossi)
Igor Santos – [@IgorSantoos17](https://twitter.com/IgorSantoos17)This project is `Open Source` and contains [MIT License](LICENSE).