{"id":23042515,"url":"https://github.com/abhinav-ark/nftceleb.com_dbms","last_synced_at":"2025-08-14T22:32:27.119Z","repository":{"id":171098121,"uuid":"612829327","full_name":"Abhinav-ark/NFTCeleb.com_DBMS","owner":"Abhinav-ark","description":" Web Based Database Management System for celebrities to create new NFTs and manage their NFT holdings. Built using a Python Flask Backend.","archived":false,"fork":false,"pushed_at":"2024-04-08T09:00:18.000Z","size":35961,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-08T12:12:11.975Z","etag":null,"topics":["css","flask","html","mysql","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abhinav-ark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-03-12T05:04:22.000Z","updated_at":"2024-10-21T17:01:36.000Z","dependencies_parsed_at":"2024-03-02T06:30:43.572Z","dependency_job_id":"b5a5e90a-8d23-4eaf-b750-7352641749f7","html_url":"https://github.com/Abhinav-ark/NFTCeleb.com_DBMS","commit_stats":null,"previous_names":["abhinav-ark/sellular_hackathon_chat_app","abhinav-ark/nftceleb.com_dbms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-ark%2FNFTCeleb.com_DBMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-ark%2FNFTCeleb.com_DBMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-ark%2FNFTCeleb.com_DBMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-ark%2FNFTCeleb.com_DBMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhinav-ark","download_url":"https://codeload.github.com/Abhinav-ark/NFTCeleb.com_DBMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229874241,"owners_count":18137737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","flask","html","mysql","python"],"created_at":"2024-12-15T20:32:57.330Z","updated_at":"2024-12-15T20:32:58.072Z","avatar_url":"https://github.com/Abhinav-ark.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNFTCeleb.com Creator's Console\u003c/h1\u003e\nA Web Based Database Management System for celebrities to create new NFTs and track the Statistics and their fans to manage their NFT holdings. Built using a Python Flask Server.\n\n# Features\n\n- [x] Login / Signup page \n- [x] Page for managing Collections of a celebrity user\n  - Add New Collection.\n  - Edit / Delete / View Collection details.\n  - Search for Collections by ID, Name and Cryptocurrency.\n  - Sort by ID, Name and Cryptocurrency in both ascending and descending order.\n- [x] Page for managing NFTs of a Collection\n  - Add New NFT to Collection.\n  - Edit / Delete / View NFT details.\n  - Search for NFTs by NFT ID, NFT Name, NFT Type,\tPrice and Token Standard in specific collection.\n  - Sort by NFT ID, NFT Name, NFT Type,\tPrice and Token Standard in both ascending and descending order.\n\n# UI Screens\n\u003ch2 align=\"center\"\u003eView All Collections of a User\u003c/h2\u003e\n\u003cimg align=\"center\" src=\"./Res/all_collections.png\"/\u003e\n\n\u003ch2 align=\"center\"\u003eAdd New Collection\u003c/h2\u003e\n\u003cimg align=\"center\" src=\"./Res/add_collection.png\"/\u003e\nYou can specify any random ID for the collection. If the ID is taken already, you'll get a prompt\n\n\u003ch2 align=\"center\"\u003eEdit Collection\u003c/h2\u003e\n\u003cimg align=\"center\" src=\"./Res/edit_collection.png\"/\u003e\n\n\u003ch2 align=\"center\"\u003eView Collection / View all NFTs in a Collection\u003c/h2\u003e\n\u003cimg align=\"center\" src=\"./Res/all_nfts.png\"/\u003e\n\n\u003ch2 align=\"center\"\u003eAdd New NFT to Collection\u003c/h2\u003e\n\u003cimg align=\"center\" src=\"./Res/new_nft.png\"/\u003e\nYou can specify any random ID for the NFT. If the ID is taken already, you'll get a prompt\n\n\u003ch2 align=\"center\"\u003eEdit NFT Details\u003c/h2\u003e\n\u003cimg align=\"center\" src=\"./Res/edit_nft.png\"/\u003e\n\n\u003ch2 align=\"center\"\u003eSearch\u003c/h2\u003e\n\u003cimg align=\"center\" src=\"./Res/search_nft.png\"/\u003e\nYou can search for Collections by ID, Name and Cryptocurrency and search for NFTs by NFT ID, NFT Name, NFT Type and Token Standard in specific collection. You can also sort by clicking on the sort button next to each field to toggle between ascending and descending order.\n\n\n# How To Install\n- Make sure python is installed in your computer\n- Clone the repo\n- Go to the root directory of the repo\n```sh\n\u003e py -m venv ./venv\n\u003e py app.py\n```\n\u003e ❗Whether to use py (or) python (or) python3 may depend on your python version in your computer\n\n# LICENSING\nAll code in this repository is Licensed Under `BSD-3-Clause license`, and is freely available for anyone to use or make changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav-ark%2Fnftceleb.com_dbms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinav-ark%2Fnftceleb.com_dbms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav-ark%2Fnftceleb.com_dbms/lists"}