Skip to content

Alex302-dev/Rocking_Studio_Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›οΈ Rocking Studio Shop

A scalable virtual asset storefront built with Django and Tailwind CSS. This e-commerce platform supports product listings, user authentication, secure payments, and a fully functional admin dashboard.


πŸš€ Features

  • πŸ” User Authentication – Register, login, and manage secure user sessions
  • 🎨 Tailwind UI – Fast and responsive styling with utility-first CSS
  • πŸ›’ Product Management – Easily list and update virtual products
  • πŸ’³ Payments – (Planned or integrated) secure checkout for digital assets
  • πŸ› οΈ Admin Dashboard – Manage products, users, and orders via Django Admin

🧰 Tech Stack

Layer Technology
Backend Django
Frontend Tailwind CSS
Auth & Admin Django Auth & Admin Panel
Database (default: SQLite, customizable)
Payments (Add Stripe, PayPal, etc.)

πŸ› οΈ Installation

Clone the repo and run it locally:

git clone https://github.com/Alex302-dev/Rocking_Studio_Shop.git
cd Rocking_Studio_Shop
python -m venv env
source env/bin/activate  # or `env\Scripts\activate` on Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver