A website that displays information about Pokémon cards and giving users the option to catalog their cards, create decks and collections, and other features.
- Make sure you have PHP 8.0.2 or newer
- Make sure extension=pdo_mysql and extension=openssl are uncommented in php.ini
- Download cacert.pem, put it somewhere, and copy the path
- Put the path from Step 3 in the curl section of php.ini (curl.cainfo) and openssl section of php.ini (openssl.cafile)
- Run php artisan serve