Skip to content

Affordable NFT Marketplace API with Python and Django An optimized, full-featured boilerplate template designed for seamless Web3 integration, tailored specifically for NFT marketplace developers. This solution provides a comprehensive foundation for building scalable and efficient NFT marketplaces.

License

Notifications You must be signed in to change notification settings

americadoodles/CheapNFTMarketPlace_Python_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheap-NFT-Marketplace

Cheap NFT Marketplace - Backend & Web3 con django

Affordable NFT Marketplace API with Python and Django An optimized, full-featured boilerplate template designed for seamless Web3 integration, tailored specifically for NFT marketplace developers. This solution provides a comprehensive foundation for building scalable and efficient NFT marketplaces.

Development env setup

py -m venv env
source ./env/Scripts/activate // linux
./env/Scripts/Activate.ps1 // windows

Install dependencies

pip install -r ./requirements.txt

Run server

cd cheapNFT
python manage.py runserver

Endpoints

GET /list

Get all auction list

GET /{id}

Get auction data

PUT /bid/{id}

Put bid to auction

POST /create

Create new auction

About

Affordable NFT Marketplace API with Python and Django An optimized, full-featured boilerplate template designed for seamless Web3 integration, tailored specifically for NFT marketplace developers. This solution provides a comprehensive foundation for building scalable and efficient NFT marketplaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages