Skip to content

rishabh1230/FrameVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 FrameVault

Screenshot 2026-05-14 193043 Screenshot 2025-12-03 094022 Screenshot 2026-05-14 193015 Screenshot 2025-12-03 094103

FrameVault is a sophisticated full-stack e-commerce platform built for cinema enthusiasts.
It provides a seamless experience for browsing, selecting, and purchasing premium film-related media such as posters and digital content.

Built with a robust Node.js + Express backend and a high-performance React + TypeScript frontend, the platform emphasizes secure authentication, real-time data integration, and responsive design.

πŸ”— Live Demo: http://frame-vault-old.vercel.app/


πŸ—οΈ Architecture Overview

FrameVault follows a Clean Architecture pattern, ensuring clear separation between presentation, business logic, and data layers.


🌐 Frontend (Presentation Layer)

  • Framework: React 18 + Vite
  • Language: TypeScript
  • State Management: Context API (Auth + Cart)
  • Styling: Tailwind CSS
  • Animations: Framer Motion

πŸ”— Integrations

  • TMDB API β†’ Dynamic movie catalog
  • Stripe & PayPal β†’ Secure payment processing

πŸ–₯️ Backend (Infrastructure & Data Layer)

  • Runtime: Node.js + Express
  • Database: MongoDB with Mongoose
  • Authentication: JWT + Google OAuth (Passport.js)
  • Cloud Storage: Cloudinary
  • Security: Bcrypt, CORS, Cookie Parser

✨ Key Features

  • πŸ” Secure Authentication (JWT + Google OAuth)
  • 🎬 Dynamic Film Catalog (TMDB integration)
  • πŸ›’ Persistent Cart System
  • πŸ“¦ Order Tracking & History
  • πŸ’³ Multi-Gateway Payments (Stripe + PayPal)
  • ☁️ Cloud Media Management (Cloudinary)

πŸ› οΈ Tech Stack

Layer Technologies
Frontend React, TypeScript, Vite, Tailwind CSS, Framer Motion
Backend Node.js, Express, Passport.js, JWT, Bcrypt
Database MongoDB, Mongoose
DevOps & Tools Vercel, ESLint, Prettier, Nodemon

πŸš€ Local Setup & Installation

πŸ“Œ Prerequisites

  • Node.js (v18+)
  • MongoDB (Local or Atlas)
  • API Keys:
    • TMDB
    • Cloudinary
    • Google OAuth
    • Stripe / PayPal

1️⃣ Clone Repository

git clone https://github.com/rishabh1230/FrameVault.git
cd FrameVault

2️⃣ Backend Setup

cd server
npm install

Create a .env file inside /server:

MONGODB_URI=your_mongodb_uri
PORT=8000
ACCESS_TOKEN_SECRET=your_secret
REFRESH_TOKEN_SECRET=your_secret

CLOUDINARY_CLOUD_NAME=your_name
CLOUDINARY_API_KEY=your_key
CLOUDINARY_API_SECRET=your_secret

GOOGLE_CLIENT_ID=your_google_id
GOOGLE_CLIENT_SECRET=your_google_secret

3️⃣ Frontend Setup

cd ../client
npm install

▢️ Run the Application

Start Backend

cd server
npm run dev

Start Frontend

cd client
npm run dev

πŸ“ Project Structure

FrameVault/
β”œβ”€β”€ client/
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ components/   # Reusable UI components
β”‚   β”‚   β”œβ”€β”€ context/      # Auth & Cart providers
β”‚   β”‚   β”œβ”€β”€ pages/        # App screens
β”‚   β”‚   └── api/          # API & TMDB logic
β”‚
β”œβ”€β”€ server/
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ controllers/  # Business logic
β”‚   β”‚   β”œβ”€β”€ models/       # Database schemas
β”‚   β”‚   β”œβ”€β”€ routes/       # API routes
β”‚   β”‚   └── middlewares/  # Auth & utilities
β”‚
└── README.md

🧠 Key Learnings

Designing scalable full-stack architectures Implementing secure authentication systems Integrating third-party APIs (TMDB, Stripe, OAuth) Managing cloud-based media efficiently Building production-ready APIs

πŸ“¬ Contact

⭐ Support If you found this project useful, consider giving it a ⭐ on GitHub!


About

FrameVault is a production-grade full-stack platform designed for discovering and purchasing curated cult cinema media, including posters and digital assets. Built with a high-performance React and TypeScript frontend and a scalable Node.js/Express backend, the application emphasizes clean architecture, modular design, and seamless user experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors