Skip to content

kanikaa-3018/Drawn2Shoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drawn2Shoe

Introduction

Drawn2Shoe is an online tool built using ReactJS and Node.js . It allows users to buy shoes and customize their shoes . The intuitive interface design make it easy to use across various devices.

Getting Started

Prerequisite

Node.js and sql installed on your machine

Installation

  1. Clone this repository
  git clone https://github.com/dvjsharma/Drawn2Shoe.git
  cd Drawn2Shoe
  1. Install client Dependencies
  cd client
  npm install
  1. Install server Dependencies
  cd server
  npm install
  1. Create a file named config.env in data folder of server and add PORT=3000

We are almost done, Now just start the development server.

  1. For Frontend
  cd client
  npm run dev
  1. For Backend - Open another terminal in folder, Also make sure xampp is running in background.
  cd server
  node app.js

Tech Stack

Client: ReactJs, Redux, daisyUI, CSS

Server: Node, Express

Message From PA

Thank you for visiting Drawn2Shoe!

Feel free to explore the code, contribute, and provide feedback.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%