Fiverr single web page application using MERN & Stripe.
api:
- create .env file using the example
- Open first terminal
- type: "cd api"
- type: "npm i"
- type: "npm start"
client:
- create .env file using the example
- Open third terminal
- type: "cd client"
- type: "npm i"
- type: "npm start"