Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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