Skip to content

E-commerce shop build with Django Rest framework. Supports filtration, pagination, search, authorizatiaon, authentication with JWT, auto-documenting ith swagger, also added authorization with djoser and CORS

Notifications You must be signed in to change notification settings

Igor-Kuz/drfshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce shop built with Django REST framework

This project supports the following functions:

  • filtration,
  • pagination,
  • search,
  • authorization,
  • authentication using JWT,
  • authentication with djoser,
  • auto-documenting using swagger.

To this ecommerce shop has been added CORS

Build Status

Инструменты разработки

Стек:

  • Python >= 3.7

  • Django >= 3

  • requests >= 2.23.0

  • sqlite3

Установка и запуск

1) Открыть терминал или консоль и перейти в нужную Вам директорию
2) Клонировать репозиторий и поставить звездочку)
git clone https://github.com/Igor-Kuz/drfshop.git
3) Создать виртуальное окружение
python -m venv venv
3) Активировать виртуальное окружение
4 ) Устанавливить зависимости:
pip install -r reqirements.txt
5) Выполнить миграции
6) Запустить сервер
python manage.py runserver

Не забудьте создать директорию media, куда будут сохраняться изображения для товара

About

E-commerce shop build with Django Rest framework. Supports filtration, pagination, search, authorizatiaon, authentication with JWT, auto-documenting ith swagger, also added authorization with djoser and CORS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages