Ini adalah project rpl dengan menggunakan react js disisi frontend dan node js express di sisi backend
HOW TO RUN THIS CODE ___
First you can Clone this code with :
- open your Git Bash
- write the command "git clone https://github.com/HaiPigGi/Petshop_E-Commerce-Payment-Stripe.git"
- And then Enter
Install ALL Dependency
- Go to Backend WIth cd backend
- install with command "npm install"
- And then run with "npm run start"
- For The API Key at the PaymentController you can also change it into your API key (I Use Stripe)
- Go to Frontend WIth "cd frontend"
- install with command "npm install"
- And then run with "npm run petshop"