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.
- π 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
| Layer | Technology |
|---|---|
| Backend | Django |
| Frontend | Tailwind CSS |
| Auth & Admin | Django Auth & Admin Panel |
| Database | (default: SQLite, customizable) |
| Payments | (Add Stripe, PayPal, etc.) |
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