An open API service indexing awesome lists of open source software.

https://github.com/mrrezoo/django-online-shop

simple online shop with django
https://github.com/mrrezoo/django-online-shop

cart coupon django onlineshop python

Last synced: 6 months ago
JSON representation

simple online shop with django

Awesome Lists containing this project

README

          

# django-online-shop

Hello friends of this [Mr.Rezoo](https://www.linkedin.com/in/mrrezoo/)

## Table of contents

* [General info](#General-info)
* [Technologies](#Technologies)
* [Help](#Help)
* [Setup](#Setup)
* [Credits](#credits)
* [Contributors](#Contributors)
* [License](#license)

## General info

Work on little complete online shop with Django . . .

Some features we worked on

* product list
* product view
* category filtering
* add to cart
* submit coupon
* login
* logout
* register
* new user model without default model

## Technologies

Project is created with:

* Python: 3.9
* Django: 3.2.3

## Help

If you are considering a particular method, more modern technology Add to my project and send merge request, I will add
you in the credits and contributors section

## Setup

* first step : create virtual environment

```shell
virtualenv -p python3 venv
```

* second step : activate virtual environment

```shell
source venv/bin/activate
```

* third step : install package | library from requirements.txt

```shell
pip install -r requirements.txt
```

* last step run django server

```shell
python manage.py runserver
```

## Credits

* [mongard](https://www.mongard.ir/courses/django-online-shop/)

## Contributors

* [MrRezoo](https://github.com/MrRezoo)

## License

Distributed under the MIT License. See [license](LICENSE) for more information.