/MyAwesomeCart

Ecommerce website made with Django (tutorial project)

Primary LanguageHTML

MyAwesomeCart

Ecommerce website made with Django (tutorial project)

Install

Install Django

  $ pip install django

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/mugdha273/MyAwesomeCart.git

Make and run migrations

  $ cd mac
  $ python manage.py makemigrations
  $ python manage.py migrate

Run the project

$ python manage.py runserver

And navigate to http://127.0.0.1:8000/shop/.