An open API service indexing awesome lists of open source software.

https://github.com/jacobgrisham/commerce-full-stack-web-app-using-django

Full-stack web application using Python, Django, SQL, and Bootstrap. OpenSea clone with the ability for users to post Non-Fungible Tokens (NFTs) up for auction, place bids on NFTs, comment on those NFT listings, and add NFTs to a “watchlist", manage listings, and search for items by category.
https://github.com/jacobgrisham/commerce-full-stack-web-app-using-django

bootstrap4 django full-stack-web-development python sql

Last synced: 11 months ago
JSON representation

Full-stack web application using Python, Django, SQL, and Bootstrap. OpenSea clone with the ability for users to post Non-Fungible Tokens (NFTs) up for auction, place bids on NFTs, comment on those NFT listings, and add NFTs to a “watchlist", manage listings, and search for items by category.

Awesome Lists containing this project

README

          

# Commerce: Django
![GitHub all releases](https://img.shields.io/github/downloads/JacobGrisham/Commerce-Full-Stack-Web-App-using-Django/total)
### Homework from [Harvard's Web Programming with Python and Javascript CS50W hosted on eDX](https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript)
### 🎓 [Project 2](https://cs50.harvard.edu/web/2020/projects/2/commerce/)
- Commerce: Built [OpenSea](https://opensea.io/) clone using Django. Named OpenOcean, this is an e-commerce auction site for Non-Fungible Tokens (NFTs) that allow users to post NFTs up for auction, place bids on NFTs, comment on those NFT listings, and add NFTs to a “watchlist.”
- I wrote all the code in this repository.

## 💡Lessons Learned
- Using Django to build a basic non-trivial web application
- Using standard Django conventions