Skip to content

An art marketplace where users can post their art ads or buy other's products. Built using MERN stack with Stripe payment integration.

Notifications You must be signed in to change notification settings

Aarghyadeep/ArtVista---Art-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Art Vista - an online marketplace

I have used React for front end and used Tailwind CSS for the UI. I have used Node and Express at the back-end.I have implemented JWT token authentication. I have also integrated stripe payment gateway.

Screenshots

sc1 sc2 sc3 sc4

Run Locally

Clone the project

  git clone https://github.com/Aarghyadeep/ArtVista---Art-marketplace.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Go the backend folder

  npm install
  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

  • For client side

VITE_URL - Backend url

VITE_IF - Image folder url

  • For Server side

MONGO_URI - Mongodb url

PORT - Your Port

SECRET - Secret key

PUBLIC_STRIPE_SECRET_KEY - Stripe secret key

Tech Stack

Client: React, TailwindCSS

Server: Node, Express

Database: Mongodb

🔗 Links

linkedin

About

An art marketplace where users can post their art ads or buy other's products. Built using MERN stack with Stripe payment integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages