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
- Host: GitHub
- URL: https://github.com/mrrezoo/django-online-shop
- Owner: MrRezoo
- License: mit
- Created: 2021-05-24T09:53:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T07:02:51.000Z (about 3 years ago)
- Last Synced: 2025-03-25T11:11:18.897Z (7 months ago)
- Topics: cart, coupon, django, onlineshop, python
- Language: Python
- Homepage: https://www.linkedin.com/in/mrrezoo/
- Size: 45.9 KB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.