Skip to content

kashaudhan/quickart

Repository files navigation

This is an e-commerce application developed using Django.

Follow the steps to run the application:

  1. Clone app

      git clone https://github.com/kashaudhan/quickart.git
    
  2. Create virtual env

    python -m venv .venv
    
  3. start virtual env

    source .venv/bin/activate
    
  4. install dependencies

    pip install -r requirements.txt
    
  5. Run migrations

    python manage.py makemigrations
    
    python manage.py migrate
    
  6. Start server

    python manage.py runserver
    
  7. Visit URL

    http://127.0.0.1:8000/

To run app using docker use the following command

docker-compose build && docker-compose up

To see demo video click here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published