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.
-
Create a virtual environment
Open your terminal and run the following command to create a virtual environment:
python -m venv venv
-
Activate the virtual environment
-
On Windows:
venv\Scripts\activate
-
On macOS/Linux:
source venv/bin/activate
-
-
Install dependencies
Install all the required packages listed in
requirements.txt
:pip install -r requirements.txt
-
Run the project
After installing the dependencies, run the Django development server:
python manage.py runserver
-
To Login Admin login page
login admin to perform task of Orders
http://127.0.0.1:8000/admin-login/
-
To Login Admin Dashboard Panel
login admin panel
http://127.0.0.1:8000/admin/