https://github.com/mycodeself/pokedex
Super Pokedex
https://github.com/mycodeself/pokedex
Last synced: 11 months ago
JSON representation
Super Pokedex
- Host: GitHub
- URL: https://github.com/mycodeself/pokedex
- Owner: mycodeself
- Created: 2018-03-27T18:29:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T11:58:59.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T14:22:41.979Z (over 1 year ago)
- Language: JavaScript
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
A pokedex made with ReactJS & Symfony
- Symfony4
- ReactJS
- Docker
- PHP-FPM 7.1
- nginx
- MariaDB
## Simple usage
Just download the repository with test branch and run start script
`git clone https://github.com/mycodeself/pokedex.git -b test &&
cd test &&
./start`
Wait until all containers are loaded, can take a few minutes.
When backend is ready you will see
pokedex_php | #####################################
pokedex_php | BackEnd ready http://localhost:8081/api/pokemons
pokedex_php | FrontEnd if you run start script on http://localhost/
pokedex_php | #####################################
Can be necessary to give permissions to script:
`chmod +x start`
## Individual usage
Run the give docker-compose.yml with `docker-compose up` in backend and frontend directories