dvjsharma / Drawn2Shoe

Drawn2Shoe is a user-friendly e-commerce platform. It offers customers the ability to purchase and personalize their shoes. The platform's intuitive interface ensures seamless navigation and usability across a variety of devices.
MIT License
24 stars 36 forks source link
# Drawn2Shoe: Buy Customized Shoes Online!👟🎨
Drawn2Shoe is a user-friendly e-commerce platform, developed using ReactJS and Node.js. It offers customers the ability to purchase and personalize their shoes. The platform's intuitive interface ensures seamless navigation and usability across a variety of devices.
🌟 Stars 🍴 Forks 🐛 Issues 🔔 Open PRs 🔕 Close PRs
Stars Forks Issues Open Pull Requests Close Pull Requests
## 💻Tech Stack ![React](https://img.shields.io/badge/React-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![Redux](https://img.shields.io/badge/Redux-%23764ABC?style=for-the-badge&logo=redux&logoColor=white) ![daisyUI](https://img.shields.io/badge/daisyUI-%232D3748?style=for-the-badge&logo=tailwind-css&logoColor=white) ![CSS](https://img.shields.io/badge/CSS-%231572B6?style=for-the-badge&logo=css3&logoColor=white) ![Node.js](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white) ![Express](https://img.shields.io/badge/Express-000000?style=for-the-badge&logo=express&logoColor=white)

✨Features

🚀Getting Started

Prerequisites

Ensure that Node.js and MySQL are installed on your machine.

Installation

  1. Clone this repository:

    git clone https://github.com/dvjsharma/Drawn2Shoe.git
    cd Drawn2Shoe
  2. Install client dependencies:

    cd client
    npm install
  3. Install server dependencies:

    cd ../server
    npm install
  4. Create a configuration file:

    Create a file named config.env in the server folder and simply copy the content of .env.example into it.

  5. Setting up the Database:

    Open XAMPP (or any other SQL Db service) and start the Apache and MySQL services. Find and import the database from here. Make sure to name it as drawn2shoe.

    NOTE: if you have custom configuration for XAMPP, don't forget to change Db config in server/data/database.js

  6. Running the Frontend:

    cd ../client
    npm run dev
  7. Running the Backend:

    Open another terminal in the folder, and make sure XAMPP (or any other SQL Db service) is running in the background.

    cd ../server
    node server.js

After completing these steps, you should have the Drawn2Shoe application up and running on your local machine. 🎉

🤝Contributing

We welcome contributions to Drawn2Shoe! Please refer to our Contributing Guidelines for detailed information on how you can get involved.

👥Maintainers

📜License

This project is licensed under the MIT License - see the LICENSE file for details.

💬Message From PA

Welcome to Drawn2Shoe!

We're glad you're here and excited for you to explore our project. Whether you're checking out the code, contributing to the project, or providing feedback, your presence and input are invaluable.

Feel free to dive in, get involved, and make Drawn2Shoe even better!

Happy coding!💻✨

Our Contributors ❤️

Thank you for contributing to our repository

![Contributors](https://contrib.rocks/image?repo=dvjsharma/Drawn2Shoe) ### Show some ❤️ by starring this awesome repository!