Skip to content

My college final year project was an NFT marketplace for creating digital NFTs, with features for buying, selling, and reselling.

Notifications You must be signed in to change notification settings

rohitisog/nftgalaxy

Repository files navigation

NFTGalaxy Marketplace

PreRequisites

1. Install VS Code

Click Here & Download

2. Install Node Js

Click Here & Download

3. Install Git

Click Here & Download

Now Open Terminal and Run All Steps one by one

Steps to Run

Step 1 : Clone this Repo

git clone https://github.com/rohitverse/nftgalaxy.git

image

Step 2 : change directory to enter in the folder

cd .\nftgalaxy\

image

Step 3 : Open new VS Code Window

code ./

image

Now Folder Structure Looks like 👍

image

Step 4 : install all packages from package.json

npm install

It will take few minutes to install all packages

image

Now we will get the node moduules folder because we installed all packages from package.json that are all packages are stored in the form of modules in the node_modules

Step 5 : Start Frontend

npm run dev

image

or Frontend will start running on localhost:3000

Click on Follow Link or ctrl + click

image

If you want to run this project then open the folder with vs code

Run Command

npm run dev

Frontend will run automatically basically we followed STEP 5 here!

Happy Learning!

About

My college final year project was an NFT marketplace for creating digital NFTs, with features for buying, selling, and reselling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published