Skip to content

Rudraksh2003/Django-Ecommerce1

Repository files navigation

Download & Setup Instructions

Backend Setup

  1. Clone project:

    git clone https://github.com/gagandua078/Django-Ecommerce.git
  2. Navigate to the project directory:

    cd Django-Ecommerce
  3. Create virtual environment:

    virtualenv myenv
  4. Activate the virtual environment:

    source myenv/bin/activate
  5. Install Python dependencies:

    pip install -r requirements.txt
  6. Install django-environ:

    pip install django-environ
  7. Install psycopg2-binary:

    pip install psycopg2-binary
  8. Run the Django server:

    python manage.py runserver

Install React Modules (Optional for standalone Frontend)

  1. Navigate to the frontend directory:

    cd frontend
  2. Install npm packages:

    npm install

This guide provides instructions to set up the Django backend and optional steps for the standalone frontend. Adjust the commands based on your project's directory structure and requirements.

License

GLINWEB | GDS K S | GLINCKER | G-NETWORK

Licensed Opensouce Code under MIT License.

About

Django Ecommere Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published