Skip to content

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.

Notifications You must be signed in to change notification settings

aashay28/fiverr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published