Skip to content

Fuzail-Kazmi/unitystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Unity Stores

Next.js TypeScript Django PostgreSQL License: MIT

An E-commerce platform built by UnityAlgo using Django (Backend) and Next.js + TypeScript (Frontend).
The goal of this project is to deliver a modern, scalable, and user-friendly online shopping experience.


πŸš€ Tech Stack

Frontend

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS

Backend

  • Django
  • Django REST Framework (API)

Database

  • PostgreSQL (recommended) or SQLite for development

Others

  • JWT Authentication
  • Git & GitHub for version control

✨ Features

  • πŸ” Secure User Authentication (Signup / Login)
  • πŸ›οΈ Product Listings with Categories & Search
  • πŸ›’ Shopping Cart & Checkout Flow
  • πŸ’³ Order Management (Customer & Admin)
  • πŸ“¦ Inventory Management
  • πŸ“Š Admin Dashboard (Django Admin)
  • 🌐 Fully Responsive Design

βš™οΈ Setup & Installation

1. Clone the repository

git clone https://github.com/your-username/unity-stores.git
cd unity-stores
  1. Backend (Django)
cd backend
python -m venv venv
venv\Scripts\activate   # on Windows
source venv/bin/activate # on Mac/Linux
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Backend runs at http://localhost:8000
  1. Frontend (Next.js)
cd frontend
npm install
npm run dev


Frontend runs at http://localhost:3000

πŸ“Œ Roadmap

Payment Integration (Stripe/PayPal)

Wishlist & Favorites

Advanced Admin Dashboard

Product Reviews & Ratings

Multi-language Support

🀝 Contributing

Contributions, ideas, and feedback are always welcome. If you'd like to contribute, please fork the repo and create a pull request.

πŸ“œ License

This project is licensed under the MIT License – feel free to use it as you like.

πŸ‘€ About UnityAlgo

UnityAlgo is a software development company specializing in building scalable web applications, ERP solutions, and custom software tailored to business needs. πŸ’Ό www.unityalgo.com | πŸ“§ [email protected]


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •