Delicioso Treats is a commerce application designed to sell cakes, savories, and other bakery goods.
- Stripe Integration: Ensures secure and smooth transactions for online orders.
- Custom Design: Co-designed with my mother to reflect the warmth and charm of her bakery.
- AWS S3 Storage & Cloudfront: Used to process product images and deliver images to client.
- Laravel
- React
- Tailwind
- Inertia
- Bun
- PHP 8.1+
- Composer
# Clone the repository
git clone https://github.com/rv-bit/delicioso/
cd delicioso
# Install dependencies
bun install
composer install
# Set up your environment variables using .env.example
# Generate the application key
php artisan key:generate
# Run migrations and seed the database
php artisan migrate --seed
# Start the development server
composer run devThis project is more than just code — it's a tribute to my mother's passion for baking. By blending technology with creativity, I wanted to show her that anything is possible, and that the skills we nurture can bring any dream to life.
