https://github.com/starlingvibes/pyshop
PyShop is a simple and lightweight e-commerce website built with Django admin, made mobile view compatible with Bootstrap and SQLite3 powering the database.
https://github.com/starlingvibes/pyshop
bootstrap django django-framework django-project python python3
Last synced: about 2 months ago
JSON representation
PyShop is a simple and lightweight e-commerce website built with Django admin, made mobile view compatible with Bootstrap and SQLite3 powering the database.
- Host: GitHub
- URL: https://github.com/starlingvibes/pyshop
- Owner: starlingvibes
- License: gpl-3.0
- Created: 2020-10-28T14:43:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T16:44:09.000Z (over 5 years ago)
- Last Synced: 2025-08-23T11:15:33.683Z (10 months ago)
- Topics: bootstrap, django, django-framework, django-project, python, python3
- Language: Python
- Homepage: http://127.0.0.1:8000
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyShop
PyShop is a simple and lightweight e-commerce website built with Django admin, made mobile view compatible with Bootstrap and SQLite3 powering the database.

## Getting Started
Want to setup the project for local development?
* Fork and Clone the repository git clone https://github.com/starlingvibes/pyshop.git
* Open Project folder on terminal
* Create migrations using python3 manage.py makemigrations
* Run migrations python3 manage.py migrate
* Start your dev server with python3 manage.py runserver
* Visit your App using http://127.0.0.1:8000/
* Create super user to access admin dashboard using python3 manage.py createsuperuser
* Visit Admin Page using http://127.0.0.1:8000/admin and login with the credentials created above.
* Add Products and Offers via the respective menus
* Code in those lit features
* Commit, push code and create a pull request
## Contributing
You’ve used it, now you want to make it better? Awesome! Pull requests are welcome!
## Security Vulnerabilities
If you discover a vulnerability or bug within this project, please send an e-mail to Chidera Anichebe via [starlingroot@protonmail.com](mailto:starlingroot@protonmail.com). All bugs and vulnerabilities will be promptly addressed.
## License
The PyShop Project is free open-sourced project, licensed under the GNU General Public License v3.0