Git Product home page Git Product logo

idle-hand / pyshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thisishaykins/pyshop

0.0 1.0 0.0 1.67 MB

PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.

Home Page: https://comingsoon.yourway

Python 64.87% HTML 35.13%

pyshop's Introduction

PyShop

PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.

Get Started

To setup the PyShop project, here is the following guidelines:

  • Clone the repository git clone https://github.com/thisishaykins/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
  • Follow the prompts after Username: , Email address: , Password: , Password (again):
  • Visit Admin Page using http://127.0.0.1:8000/admin and login with the credentials created above.
  • Add Products under the Products Menu, Add Offers also.
  • Visit Products Page using http://127.0.0.1:8000/products/
  • Visit New Arrival (Products) Page using http://127.0.0.1:8000/products/new
  • Wish codebase to extend code? just say hi

Contributing

Thank you for considering contributing to this small python project! For contribution discuss, please email to Akinshola Samuel [email protected].

Security Vulnerabilities

If you discover a vulnerability or bugs within this project, please send an e-mail to Akinshola Samuel via [email protected]. All bugs and vulnerabilities will be promptly addressed.

License

The PyShop Project is free open-sourced project, yet to be licensed under the MIT license.

pyshop's People

Contributors

thisishaykins avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.