Skip to content

451suman/bazar-v2

Repository files navigation

Here's a clean and concise README.md for your GitHub project:

# Project Name

This is and ecommerce project.

## Getting Started

Follow these steps to set up and run the project on your local machine.

### Installation

1. **Clone the repository**

   ```bash
   git clone https://github.com/451suman/bazar-v2.git
   ```

Or you can download zip files.

  1. Create a virtual environment

    Open your terminal and run the following command to create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  3. Install dependencies

    Install all the required packages listed in requirements.txt:

    pip install -r requirements.txt
  4. Run the project

    After installing the dependencies, run the Django development server:

    python manage.py runserver
  5. To Login Admin login page

    login admin to perform task of Orders

    http://127.0.0.1:8000/admin-login/
  6. To Login Admin Dashboard Panel

    login admin panel

    http://127.0.0.1:8000/admin/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published