This is a school project we have worked on for two weeks. The goal was to create simple pokemon battle to learn PHP.
- PHP
- MySQL
- A database manager (like Laragon or Mamp)
Clone the repository :
git clone https://github.com/AS-Ven/pokemonBattle
Install the dependencies :
composer install
Add a .env file :
db_host=""
db_user=""
db_pwd=""
db_name=""