ivsantos / purrfectly

Pet products e-commerce with shoppable video transformations

Home Page:https://purrfectly.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐱 Purrfectly

Welcome to Purrfectly, the ultimate online shopping destination for pet owners! Our unique feature, shoppable videos, allows you to see our pet products in action, used by its final consumers, our mascots! And if you fall in love with one of the animals that appears in the videos, you can even adopt them, as they are in need of a home.

Features

  • Shoppable videos: This feature allows you to see our pet products in action, used by real mascots.
  • Pet adoption: You can adopt one of our mascots if you fall in love with them.
  • Wide selection of pet products: We offer a wide variety of high-quality products for all your pet's needs.
  • Blog-like section with tips and care about your pets.

This project aims to participate in @midudev hackathon in collaboration with Cloudinary.

Landing page Catalog Adoptables Tips and cart

View project Β· Report Bug Β· Request Feature

πŸ› οΈ Installation Steps

A .env file is needed with the following variables:

DATABASE_URL -> Connection URL of your primary database.
SHADOW_DATABASE_URL -> Connection URL of the shadow database needed by Prisma for migration operations.
SESSION_SECRET -> The session secret used by remix to handle cookie sessions.
VERCEL_FORCE_NO_BUILD_CACHE -> This is needed if deployed in Vercel in order for it to not cache models and avoid problems.
CLOUDINARY_CLOUD_NAME -> The cloud name of your cloudinary account.
STRIPE_SECRET_KEY -> Used to allow payments (test mode).
  1. Clone the repository
git clone https://github.com/ivsantos/purrfectly.git
  1. CD into the working directory
cd purrfectly
  1. Install dependencies
npm install
  1. Run the app (Docker is needed to create a PostgreSQL instance with docker-compose)
npm run docker
npm run dev

Enjoy! πŸŽ‰

πŸ’» Built with

πŸ™‡ Special Thanks

  • @midudev for the hackathon and the inspiration to the community to keep moving πŸ‘‹

About

Pet products e-commerce with shoppable video transformations

https://purrfectly.vercel.app


Languages

Language:TypeScript 99.5%Language:JavaScript 0.4%Language:CSS 0.1%