This project allows you to experience the fun of memory games while diving into the exciting world of Pokémon. Test your matching skills as you try to find pairs of your favorite Pokémon.
Here is a demo of the game: Pokematch
For the full version, follow these next steps:
- Open a new terminal.
$ git clone https://github.com/ayalamarcelo/pokematch.git or Fork
- Use the package manager.
$ npm install
- Connect to MySQL using the credentials in your
database/connection.js
file.
$ mysql -u user -p
- Create the table. Open the
backup.sql
file and copy & paste its content into your MySQL.
Make sure to replace user with your MySQL username and enter your password when prompted. Here’s a link for MySQL usage: How to get started with MySQL
- Run
$ npm run dev
- Follow the localhost URL:
$ Server listening on http://localhost:4040
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Important
Please make sure to update tests as appropriate, thanks.