This practice project is designed to manage events, facilitating an effective booking and purchase of tickets.
- Laravel: PHP framework for building modern web applications.
- MySQL: Database management system to store categories and product information.
- Blade: Laravel's templating engine for building dynamic user interfaces.
- Tailwind CSS: Utility-first CSS framework for a clean and responsive design.
- Vite: Development tool for fast builds and optimized asset bundling.
- PHP: Backend programming language.
- Clone the repository:
git clone https://github.com/jtorova5/CordiSimple.git
Clone the repository, preferably using the SSH security key or you can also use the HTTPS method.
- Navigate to the Project Directory:
cd CordiSimple
- Switch to Your Working Branch:
git checkout -b yourBranchName
- If necessary, Fetch the Latest Changes:
git pull origin develop
- Install Project Dependencies:
composer install
npm install
- Set up the environment file:
cp .env.example .env
- Generate the application key:
php artisan key:generate
- Set up the database and run migrations:
php artisan migrate
- If you want you can load the seed data:
php artisan db:seed
- Run the development server and build the frontend:
composer run dev
© 2024 Riwi. All rights reserved.
The content of this project, including but not limited to text, images, graphics, and code, is the property of Riwi and is protected by copyright laws. It may not be reproduced, distributed, modified, or transmitted in any form or by any means without the prior written permission of Riwi.