Skip to content

PyShop is a simple and lightweight e-commerce website built with Django admin, made mobile view compatible with Bootstrap and SQLite3 powering the database.

License

Notifications You must be signed in to change notification settings

starlingvibes/pyshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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

About

PyShop is a simple and lightweight e-commerce website built with Django admin, made mobile view compatible with Bootstrap and SQLite3 powering the database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages