{"id":25056684,"url":"https://github.com/rohitisog/nftgalaxy","last_synced_at":"2025-03-31T09:17:09.810Z","repository":{"id":246556307,"uuid":"614994914","full_name":"rohitisog/nftgalaxy","owner":"rohitisog","description":"My college final year project was an NFT marketplace for creating digital NFTs, with features for buying, selling, and reselling.","archived":false,"fork":false,"pushed_at":"2023-04-25T18:44:23.000Z","size":11928,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T13:44:00.604Z","etag":null,"topics":["blockchain","ethers","hardhat","ipfs","javascript","nextjs","nft","nft-generator","nft-marketplace","smart-contracts","solidity","tailwindcss"],"latest_commit_sha":null,"homepage":"https://nftgalaxy.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohitisog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2023-03-16T18:27:53.000Z","updated_at":"2025-01-30T10:55:09.000Z","dependencies_parsed_at":"2024-06-28T17:34:45.624Z","dependency_job_id":"14d3422a-2524-415f-b495-222c8d60456f","html_url":"https://github.com/rohitisog/nftgalaxy","commit_stats":null,"previous_names":["rohitscript/nftgalaxy","solidityy/nftgalaxy","rohitisog/nftgalaxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitisog%2Fnftgalaxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitisog%2Fnftgalaxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitisog%2Fnftgalaxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitisog%2Fnftgalaxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitisog","download_url":"https://codeload.github.com/rohitisog/nftgalaxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443533,"owners_count":20778252,"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":["blockchain","ethers","hardhat","ipfs","javascript","nextjs","nft","nft-generator","nft-marketplace","smart-contracts","solidity","tailwindcss"],"created_at":"2025-02-06T13:36:35.816Z","updated_at":"2025-03-31T09:17:09.783Z","avatar_url":"https://github.com/rohitisog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NFTGalaxy Marketplace\n\nPreRequisites\n##  1. Install VS Code \n[Click Here \u0026 Download ](https://code.visualstudio.com/download)\n## 2. Install Node Js\n[Click Here \u0026 Download ](https://nodejs.org/en/)\n## 3. Install Git \n[Click Here \u0026 Download ](https://git-scm.com/downloads)\n\n# Now Open Terminal and Run All Steps one by one\n## Steps to Run\n\n\n## Step 1 : Clone this Repo\n\n``` git clone https://github.com/rohitverse/nftgalaxy.git ```\n\n\u003cimg width=\"258\" alt=\"image\" src=\"https://user-images.githubusercontent.com/67726628/222906275-d2a5ac26-67fd-44e6-b7ed-309e1d5ec215.png\"\u003e\n\n## Step 2 : change directory to enter in the folder \n\n```cd .\\nftgalaxy\\```\n\n\u003cimg width=\"258\" alt=\"image\" src=\"https://user-images.githubusercontent.com/67726628/222906473-c26e6b1f-6eb9-467e-88f4-5bad46032f1f.png\"\u003e\n\n\n##  Step 3 : Open new VS Code Window\n``` code ./ ```\n\n\u003cimg width=\"275\" alt=\"image\" src=\"https://user-images.githubusercontent.com/67726628/222906532-2f5aa3a0-69c9-41a3-831e-4f3665c7aec5.png\"\u003e\n\nNow Folder Structure Looks like 👍 \n\n\u003cimg width=\"490\" alt=\"image\" src=\"https://user-images.githubusercontent.com/67726628/222906646-97f5d20e-9b25-43bb-9503-4052fc45d029.png\"\u003e\n\n\n##  Step 4 : install all packages from package.json\n\n``` npm install```\n\nIt will take few minutes to install all packages\n\n\u003cimg width=\"275\" alt=\"image\" src=\"https://user-images.githubusercontent.com/67726628/222906715-53e17b6d-d999-42ac-8546-b01c6d86d65a.png\"\u003e\n\nNow we will get the node moduules folder because we installed all packages from package.json that are all packages are stored in the form of modules in the ```node_modules```\n\n##  Step 5 : Start Frontend \n\n``` npm run dev ```\n\n\n\u003cimg width=\"269\" alt=\"image\" src=\"https://user-images.githubusercontent.com/67726628/222907152-21a50d9e-2479-46a2-8976-a7f4c9310266.png\"\u003e\n\n\nor Frontend will start running on ```localhost:3000```\n\nClick on Follow Link or ```ctrl + click```\n\n\u003cimg width=\"422\" alt=\"image\" src=\"https://user-images.githubusercontent.com/67726628/222907245-c97e589c-70df-4868-9b8c-5dbbe0cb9863.png\"\u003e\n\n\n## If you want to run this project then open the folder with vs code \n\n# Run Command \n\n```npm run dev ```\n\nFrontend will run automatically basically we followed STEP 5 here!\n\n \n\nHappy Learning!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitisog%2Fnftgalaxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitisog%2Fnftgalaxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitisog%2Fnftgalaxy/lists"}