Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 777 Bytes

README.md

File metadata and controls

58 lines (34 loc) · 777 Bytes

Fiverr

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.

Tech Stack

Client: React js

Database: MongoDB

Server: Node, Express

Gateway: Stripe

Run Locally

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

Environment Variables

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