Skip to content

A react native(UI), FastAPI (Server) and MySQL(DB) non-fungible token market place.

Notifications You must be signed in to change notification settings

BunsDev/nft-marketplace-sql-database

 
 

Repository files navigation

NFT MARKET PLACE

A non-fungible token is a financial security consisting of digital data stored in a blockchain, a form of distributed ledger. The ownership of an NFT is recorded in the blockchain, and can be transferred by the owner, allowing NFTs to be sold and traded. A marketplace is a platform where vendors can come together to sell their products or services to a curated customer base. This app is a react native market place where users can create nfts and bid on nft's created by other users.

FUNCTIONAL REQUIREMENTS

  1. User Account creation (registration/signup).

  2. User Account Verification via OTP.

  3. Login with password & email combination used at registration.

  4. User Profile Management: change account details like names, profile image and passwords.

  5. Create nft's.

  6. Search nft's.

  7. Show trending nft's by number of bids.

  8. Show my bids and nfts to an account holder or user.

  9. Add and remove nfts from a wishlist

  10. View Wishlist

  11. Logout

USE CASE DIAGRAM

use-case-diagram

ACTIVITY DIAGRAM

activity-diagram

ENTITY RELATIONSHIP DIAGRAM

entity relationship diagram

CLASS DIAGRAM

class-diagram

SYSTEM DESIGN

system-design

About

A react native(UI), FastAPI (Server) and MySQL(DB) non-fungible token market place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • Python 12.0%