{"id":19976816,"url":"https://github.com/iwolf22/art-vault-clone","last_synced_at":"2026-04-09T19:55:50.325Z","repository":{"id":234994535,"uuid":"789871551","full_name":"iWolf22/Art-Vault-Clone","owner":"iWolf22","description":"Art vault clone, allows users to upload pictures to a publicly curated art gallery.","archived":false,"fork":false,"pushed_at":"2024-04-24T16:03:56.000Z","size":820,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T10:07:58.071Z","etag":null,"topics":["nextjs","postgresql","prisma","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://art-vault-clone.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iWolf22.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,"publiccode":null,"codemeta":null}},"created_at":"2024-04-21T19:23:19.000Z","updated_at":"2024-04-28T22:50:32.000Z","dependencies_parsed_at":"2024-11-13T03:27:19.073Z","dependency_job_id":"e326a8aa-b6b3-4a3f-a2d3-066f083bfd45","html_url":"https://github.com/iWolf22/Art-Vault-Clone","commit_stats":null,"previous_names":["iwolf22/art-vault-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWolf22%2FArt-Vault-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWolf22%2FArt-Vault-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWolf22%2FArt-Vault-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iWolf22%2FArt-Vault-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iWolf22","download_url":"https://codeload.github.com/iWolf22/Art-Vault-Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411542,"owners_count":19958753,"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":["nextjs","postgresql","prisma","tailwindcss","typescript"],"created_at":"2024-11-13T03:25:41.212Z","updated_at":"2025-10-15T16:10:29.113Z","avatar_url":"https://github.com/iWolf22.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nArt vault clone, allows users to upload pictures to a publicly curated art gallery.\n\n## Preview of the App\n\nhttps://github.com/iWolf22/Art-Vault-Clone/assets/74108689/1cb1b305-abd6-422d-abd6-8b875f9999f3\n\nVisit the Vercel-hosted app here: https://art-vault-clone.vercel.app/\n\n## Technologies Used\n\n1. TypeScript\n2. ReactJS\n3. NextJS\n4. TailWindCSS\n5. Vercel PostgreSQL\n6. Vercel Blob\n7. PrismaDB\n\n## Running the App\n\n1. Download or fork starting files to your local machine\n2. Run ```npm install``` (assuming you have already installed ```npm``` locally)\n3. Run ```npm run dev``` to launch app locally on ```http://localhost:3000/```\n\n## File Structure\n\n```\n└─ .\n   ├─ .env\n   ├─ .eslintrc.json\n   ├─ LICENSE\n   ├─ next-env.d.ts\n   ├─ next.config.mjs\n   ├─ package-lock.json\n   ├─ package.json\n   ├─ postcss.config.mjs\n   ├─ prisma\n   │  ├─ migrations\n   │  │  ├─ 20240423174459_dev\n   │  │  │  └─ migration.sql\n   │  │  └─ migration_lock.toml\n   │  └─ schema.prisma\n   ├─ public\n   │  └─ hero-section.png\n   ├─ README.md\n   ├─ src\n   │  ├─ app\n   │  │  ├─ admin-data\n   │  │  │  └─ page.tsx\n   │  │  ├─ api\n   │  │  │  ├─ add-user\n   │  │  │  │  └─ route.ts\n   │  │  │  ├─ get-all-pictures\n   │  │  │  │  └─ route.ts\n   │  │  │  ├─ get-all-users\n   │  │  │  │  └─ route.ts\n   │  │  │  └─ image-upload\n   │  │  │     └─ route.ts\n   │  │  ├─ globals.css\n   │  │  ├─ image-upload\n   │  │  │  └─ page.tsx\n   │  │  ├─ layout.tsx\n   │  │  ├─ not-found.tsx\n   │  │  ├─ page.tsx\n   │  │  ├─ public-gallery\n   │  │  │  └─ page.tsx\n   │  │  └─ sign-in-or-up\n   │  │     └─ page.tsx\n   │  ├─ components\n   │  │  ├─ Container.tsx\n   │  │  └─ Navbar.tsx\n   │  └─ scripts\n   │     └─ hashing.ts\n   ├─ tailwind.config.ts\n   └─ tsconfig.json\n```\n\n## Contributors\n\n- Joshua Dierickse \u003cjpcdieri@uwaterloo.ca\u003e\n\n## License \u0026 Copyright\n\n© Joshua Dierickse, University of Waterloo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwolf22%2Fart-vault-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwolf22%2Fart-vault-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwolf22%2Fart-vault-clone/lists"}