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.
- Host: GitHub
- URL: https://github.com/jacobgrisham/commerce-full-stack-web-app-using-django
- Owner: JacobGrisham
- Created: 2021-04-09T19:05:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T04:59:34.000Z (over 4 years ago)
- Last Synced: 2025-03-30T08:22:51.051Z (about 1 year ago)
- Topics: bootstrap4, django, full-stack-web-development, python, sql
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commerce: Django

### 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