PyShop is a simple and lightweight e-commerce website built with Django admin, made mobile view compatible with Bootstrap and SQLite3 powering the database.
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/adminand 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
You’ve used it, now you want to make it better? Awesome! Pull requests are welcome!
If you discover a vulnerability or bug within this project, please send an e-mail to Chidera Anichebe via [email protected]. All bugs and vulnerabilities will be promptly addressed.
The PyShop Project is free open-sourced project, licensed under the GNU General Public License v3.0
