Giter Site home page Giter Site logo

vestigegroup / django_ecommerce_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zeyu-li/django_ecommerce_app

0.0 1.0 0.0 7.65 MB

A Django ecommerce application. Has a working login and shopping cart :shopping_cart:!

License: MIT License

Python 45.89% PowerShell 0.17% Shell 0.19% CSS 4.17% HTML 49.58%

django_ecommerce_app's Introduction

Django Ecommerce App

General

This is the successor of django_ecommerse_app_deprecated

This is a Django Ecommerce App with login and a shopping cart. To add new items, sign in as admin and go to Item -> + Item (top right).

How to use

To start, follow this tutorial: https://github.com/Zeyu-Li/django-tutorial#1-getting-started till pip install -r requirements.txt

Afterwards, to move into the project enter

open.ps1 # in powershell

if you are on Windows

OR

open.sh # in terminal

if you are on Mac or Linux

You then want to makemigrations and migrate with

py manage.py makemigrations #then
py manage.py migrate

Afterwards, you want an admin account so do

py manage.py createsuperuser

and follow the prompts

Now you are set up and can do

py manage.py runserver

and open the development server of http://127.0.0.1:8000/

no such column error?

python manage.py migrate --run-syncdb

Demo

demo

^ sorry about the bad quality, size restrictions :(

Adding a new item

snap1

Purchase

snap2

Dependencies/Modules

Reuse

This code is under MIT licence.

django_ecommerce_app's People

Contributors

zeyu-li avatar

Watchers

 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.