Use Ethers.js for blockchain interactions, Next.js 14 with server actions for backend logic, PostgreSQL with Prisma as the ORM, and Neon for database services,Shadn Ui as Ui library, Tailwind CSS to ensure a responsive experience across various screen sizes.Users can browse, create, purchase, and search for NFTs with ease.
Clone the repository to your local machine
git clone https://github.com/Ancss/NFT-Marketplace.git
Navigate to the project directory
cd project-name
Install dependencies
npm install
Rename .env.local.example to .env.local and enter right key inside the file
Start the project
npm run dev