/Art-Nova-Marketplace

This project is a decentralized marketplace for buying and selling Non-Fungible Tokens (NFTs) similar to OpenSea. It allows users to connect their Metamask wallet, browse and discover NFTs, create listings, and make purchases using cryptocurrency.

Primary LanguageJavaScript

Art-Nova-Marketplace

A decentralized NFT marketplace built with React, Seaport, PostgreSQL, Sequelize, and Metamask integration.

Description

This project is a decentralized marketplace for buying and selling Non-Fungible Tokens (NFTs) similar to OpenSea. It allows users to connect their Metamask wallet, browse and discover NFTs, create listings, and make purchases using cryptocurrency.

Features

  • Metamask integration for wallet connectivity
  • Browse and search NFT listings
  • Create and manage NFT listings
  • Buy and sell NFTs securely
  • Ethereum blockchain integration

Technologies Used

  • React
  • Seaport
  • PostgreSQL
  • Sequelize
  • Metamask

Prerequisites

To run this project locally, ensure you have the following installed:

  • Node.js
  • PostgreSQL

Getting Started

  1. Clone the repository:
git clone https://github.com/Vedant-Soni/Art-Nova-Marketplace.git
  1. Install the backend dependencies:
cd Art-Nova-Marketplace/backend
npm install
  1. Set up the PostgreSQL database:
  • Create a new PostgreSQL database.
  • Update the database configuration in config/database.js with your database credentials.
  1. Migrate the database:
npx sequelize-cli db:migrate
  1. Start the backend server:
nodemon index.js
  1. Install the frontend dependencies:
cd Art-Nova-Marketplace/frontend
npm install
  1. Start the frontend project:
npm start
  1. Open your browser and navigate to http://localhost:{Your_port} to view the app.

Screenshots

alt text alt text alt text alt text alt text

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License.