A project using the entire MERN stack, where the user can buy gigs using the gateway connected to Stripe and the seller may add gigs.
Client: React js
Database: MongoDB
Server: Node, Express
Gateway: Stripe
Clone the project
git clone https://github.com/aashay28/fiverr.git
Go to the project directory
cd fiverr/client
cd fiverr/api
Install dependencies in both directories
npm install
Start the client server
npm run host
Start the api server
npm start
To run this project, you will need to add the following environment variables to your .env file in api directory
MONGO_URL
JWT_KEY
STRIPE_KEY