Poké Planner is a Pokémon Trading Card Game collection planner that helps you manage and organize your card collection.
- PHP 8.2+
- Composer
- Node.js & NPM
- MySQL
- Git
- Pokémon Trading Card Game collection management
- [Add more features here]
- Clone the repository
git clone [email protected]:tom-oneshotdigital/poke-planner.git
cd poke-planner- Install PHP dependencies
composer install- Install JavaScript dependencies
bash npm install - Environment Setup
cp .env.example .env
php artisan key:generate - Configure your
.envfile with your database credentials:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=<your-database-name>
DB_USERNAME=<your-database-username>
DB_PASSWORD=<your-database-password>
- Run database migrations
php artisan migrate - Build frontend assets
npm run build- Start the development server
php artisan serve - Pokémon Trading Card Game collection management
- [Add more features here]
To watch for changes and automatically rebuild assets during development:
npm run devContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Laravel v12.14.1
- PHP 8.2
- MySQL
- Tailwind CSS 4.0.7
- Vite
- Axios 1.7.4
This README provides a comprehensive guide for new users to set up and run the Poké Planner application. It includes:
- Requirements
- Step-by-step installation instructions
- Environment configuration
- Queue setup (since the project uses database queues)
- Development instructions
- License information
- Tech stack details
You may want to customize it further by:
- Adding specific features of your application
- Including any specific configuration requirements
- Adding contact information or support details
- Including screenshots or documentation links
- Adding any project-specific setup steps
Would you like me to modify any section or add more specific information to the README?