Skip to content

jtorova5/CordiSimple

Repository files navigation

CordiSimple

Image Description

This practice project is designed to manage events, facilitating an effective booking and purchase of tickets.

Technologies Used

  • 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.

How to Use

  1. 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.

ejemplo

  1. Navigate to the Project Directory:
cd CordiSimple
  1. Switch to Your Working Branch:
git checkout -b yourBranchName
  1. If necessary, Fetch the Latest Changes:
git pull origin develop
  1. Install Project Dependencies:
composer install
npm install
  1. Set up the environment file:
cp .env.example .env
  1. Generate the application key:
php artisan key:generate
  1. Set up the database and run migrations:
php artisan migrate
  1. If you want you can load the seed data:
php artisan db:seed
  1. Run the development server and build the frontend:
composer run dev

License

© 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages