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.
Node.js and sql installed on your machine
- Clone this repository
git clone https://github.com/dvjsharma/Drawn2Shoe.git
cd Drawn2Shoe
- Install client Dependencies
cd client
npm install
- Install server Dependencies
cd server
npm install
- 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.
- For Frontend
cd client
npm run dev
- For Backend - Open another terminal in folder, Also make sure xampp is running in background.
cd server
node app.js
Client: ReactJs, Redux, daisyUI, CSS
Server: Node, Express
Thank you for visiting Drawn2Shoe!
Feel free to explore the code, contribute, and provide feedback.