Skip to content

This project is an NFT marketplace designed for seamless trading, minting, and ownership verification of digital assets. Built for scalability, it supports secure transactions and user-friendly navigation. With advanced token standards and blockchain integration, the platform enables efficient, transparent, and reliable digital asset management.

Notifications You must be signed in to change notification settings

ApexLegend55/NFT-Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Express + React Web3 Base Project

Node v16 | Express | React

How To

Install Node.js v16.

Step 1: Install Backend Dependencies

In your terminal, navigate to the /backend directory of the project and run the following command to install the backend dependencies:

cd backend
npm install

This command will install all the required packages specified in the package.json file.

Step 2: Run the Backend Server

In the same terminal, run the following command to start the backend server:

npm run server

This command will start the backend server, and it will listen for incoming requests.

Step 3: Install Frontend Dependencies

Open a new terminal window , and run the following command to install the frontend dependencies:

cd frontend
npm install --force

Step 4: Run the Frontend Server

After installing the frontend dependencies, run the following command in the same terminal to start the frontend server:

npm run start

This command will start the frontend server, and you'll be able to access the website on localhost:3000 in your web browser.

About

This project is an NFT marketplace designed for seamless trading, minting, and ownership verification of digital assets. Built for scalability, it supports secure transactions and user-friendly navigation. With advanced token standards and blockchain integration, the platform enables efficient, transparent, and reliable digital asset management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages