Skip to content

samyak1409/ultimate-django

Repository files navigation

Django E-Commerce (RESTful API)

✅ Built the backend for a full-featured e-commerce application using Django & Django REST framework.

✅ Designed RESTful APIs supporting CRUD operations, search, sorting, pagination, and secure authentication/authorization using JSON Web Tokens (JWT).

✅ Optimized application performance by implementing Redis caching, executing background jobs with Celery, and writing automated tests with pytest to ensure code quality, scalability, and industry best practices.

Setup

  1. Clone the repository

    git clone https://github.com/samyak1409/ultimate-django.git
    cd ultimate-django
  2. Create and activate virtual environment

    pip install pipenv
    pipenv shell
  3. Install dependencies

    pipenv install
  4. Apply migrations

    python manage.py migrate
  5. Run the development server

    python manage.py runserver

    Server will start at: 127.0.0.1:8000

About

Built the backend for a full-featured e-commerce application using Django & Django REST framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors