https://github.com/thisishaykins/pyshop
PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.
https://github.com/thisishaykins/pyshop
django django-admin django-admin-ecommerce django-application django-ecommerce django-project python python-app python-ecommerce python3 python37
Last synced: about 2 months ago
JSON representation
PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.
- Host: GitHub
- URL: https://github.com/thisishaykins/pyshop
- Owner: thisishaykins
- Created: 2019-07-31T10:44:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T06:37:40.000Z (over 3 years ago)
- Last Synced: 2025-05-05T19:19:42.770Z (about 2 months ago)
- Topics: django, django-admin, django-admin-ecommerce, django-application, django-ecommerce, django-project, python, python-app, python-ecommerce, python3, python37
- Language: Python
- Homepage: https://comingsoon.yourway
- Size: 1.64 MB
- Stars: 62
- Watchers: 1
- Forks: 47
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyShop
PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.
# Get Started
To setup the PyShop project, here is the following guidelines:
* Clone the repositorygit clone https://github.com/thisishaykins/PyShop.git
* Open Project folder on terminal
* Prepare your virtual environmentpython3 -m venv venv
* Activate your virtual environmentsource env/bin/activate
* Install your requirements.txt filepip install -r requirements.txt
* Create migrations usingpython3 manage.py makemigrations
* Run migrationspython3 manage.py migrate
* Start your dev server withpython3 manage.py runserver
* Visit your App usinghttp://127.0.0.1:8000/
* Create super user to access admin dashboard usingpython3 manage.py createsuperuser
* Follow the prompts afterUsername: , Email address: , Password: , Password (again):
* Visit Admin Page usinghttp://127.0.0.1:8000/admin
and login with the credentials created above.
* Add Products under the Products Menu, Add Offers also.
* Visit Products Page usinghttp://127.0.0.1:8000/products/
* Visit New Arrival (Products) Page usinghttp://127.0.0.1:8000/products/new
* Wish to extend codebase/project? just say hi## Contributing
Thank you for considering contributing to this small python project! For contribution discuss, please email to Akinshola Samuel [[email protected]](mailto:[email protected]).## Security Vulnerabilities
If you discover a vulnerability or bugs within this project, please send an e-mail to Akinshola Samuel via [[email protected]](mailto:[email protected]). All bugs and vulnerabilities will be promptly addressed.## License
The PyShop Project is free open-sourced project, yet to be licensed under the [MIT license](https://opensource.org/licenses/MIT).