✅ 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.
-
Clone the repository
git clone https://github.com/samyak1409/ultimate-django.git cd ultimate-django -
Create and activate virtual environment
pip install pipenv pipenv shell
-
Install dependencies
pipenv install
-
Apply migrations
python manage.py migrate
-
Run the development server
python manage.py runserver
Server will start at: 127.0.0.1:8000