Skip to content

amieecode/shop-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop Project

A simple shop built with Django and Stripe for payment processing.


Features

  • User registration and authentication
  • Product listing and detail pages
  • Add to cart and checkout functionality
  • Payment processing with Stripe
  • Admin dashboard for managing products and orders

Technologies Used

  • Python 3.12
  • Django 5.1
  • Stripe API
  • PostgreSQL (or SQLite for development)
  • Tailwindcss for frontend styling

Setup Instructions

Follow these steps to get the project running locally:

Prerequisites

  • Install Python (3.10 or higher)
  • Install Git
  • Install a virtual environment manager (optional but recommended)

Steps

  1. Clone the repository:
    git clone /~https://github.com/amieecode/shop-project.git