PetPals is an online pet store project aimed at providing a comprehensive platform for pet owners to access a wide range of pet supplies and services.
- E-commerce platform for pet supplies.
- Pet daycare services including grooming and veterinary consultations.
- User account management and personalized recommendations.
- Secure payment gateway integration.
- Clone the repository:
git clone https://github.com/your-repo-url.git
- Install dependencies:
pip install -r requirements.txt
- Set up the database (MySQL) and configure Flask settings.
- Run the Flask app:
export FLASK_APP=app.py flask run
- Access the application in your web browser at
http://localhost:5000
.