Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 6 hours 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T16:44:09.000Z (about 4 years ago)
- Last Synced: 2023-03-05T04:48:36.235Z (over 1 year 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 repositorygit clone https://github.com/starlingvibes/pyshop.git
* Open Project folder on terminal
* 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
* Visit Admin Page usinghttp://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 [[email protected]](mailto:[email protected]). 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