removing references to letzshop, replacing by wizamart
This commit is contained in:
@@ -34,7 +34,7 @@ This FastAPI application provides a complete ecommerce backend solution designed
|
||||
### Project Structure
|
||||
|
||||
```
|
||||
letzshop_api/
|
||||
wizamart/
|
||||
├── main.py # FastAPI application entry point
|
||||
├── app/
|
||||
│ ├── core/
|
||||
@@ -179,8 +179,8 @@ make qa
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone <repository-url>
|
||||
cd letzshop_api
|
||||
git clone <wizamart-repo>
|
||||
cd wizamart-repo
|
||||
|
||||
# Create virtual environment
|
||||
python -m venv venv
|
||||
|
||||
Reference in New Issue
Block a user