Skip to content

dvjsharma/Drawn2Shoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Redux daisyUI CSS Node.js Express

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

Show some ❤️ by starring this awesome repository!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages