Skip to content

AS-Ven/pokemonBattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academic project : Pokemon Battle

About

This is a school project we have worked on for two weeks. The goal was to create simple pokemon battle to learn PHP.

Tech Stack

  • PHP
  • MySQL

Getting Started

Prerequisites

  • A database manager (like Laragon or Mamp)

Installation

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=""

Contributors