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