{"id":20931079,"url":"https://github.com/swarnendug07/fluxcraft","last_synced_at":"2025-08-07T18:05:15.283Z","repository":{"id":247720883,"uuid":"826658211","full_name":"SwarnenduG07/FluxCraft","owner":"SwarnenduG07","description":"This is a web application where users can generate Images , Video , Music , Code and they can  also use use our chatbot ","archived":false,"fork":false,"pushed_at":"2024-11-15T18:19:04.000Z","size":1659,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-15T18:28:54.500Z","etag":null,"topics":["ci-cd","clerk-auth","docker","huggingface-spaces","nextjs","openai","react","shadcn-ui","stripe-api","tailiwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://flux-craft.vercel.app","language":"TypeScript","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/SwarnenduG07.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":"2024-07-10T06:10:44.000Z","updated_at":"2024-11-15T18:19:08.000Z","dependencies_parsed_at":"2024-08-19T22:58:20.712Z","dependency_job_id":"21e81c50-4a14-4532-b138-68dc5d560c4d","html_url":"https://github.com/SwarnenduG07/FluxCraft","commit_stats":null,"previous_names":["swarnendug07/fluxcraft"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwarnenduG07%2FFluxCraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwarnenduG07%2FFluxCraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwarnenduG07%2FFluxCraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwarnenduG07%2FFluxCraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwarnenduG07","download_url":"https://codeload.github.com/SwarnenduG07/FluxCraft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225255245,"owners_count":17445304,"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":["ci-cd","clerk-auth","docker","huggingface-spaces","nextjs","openai","react","shadcn-ui","stripe-api","tailiwindcss","typescript","zustand"],"created_at":"2024-11-18T21:38:56.094Z","updated_at":"2024-11-18T21:38:56.618Z","avatar_url":"https://github.com/SwarnenduG07.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FluxCraft\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\nThis project uses [`shadcn`](https://ui.shadcn.com/) for UI's.\n\n# For Local Development\n\n```\ngit clone  https://github.com/SwarnenduG07/FluxCraft.git\n```\n\nGo to the project directory and do\n\n ```bash\nnpm install\n\nnpm run dev\n```\n\n## For Docker\n\n### To start the project\n\n```\n  docker compose up\n```\n\n### To stop the project\n\n```\ndocker compose down\n```\n\n### Next Step\n\n Go to _*[.env.example]*_ \n Replace your won API keys with existing one's\n\n### Replace\n\n CLERK_PUBLISHABLE_KEY \u0026  CLERK_SECRET_KEY \n\n Go to [`Clerk`](https://clerk.com/)\n\n OPENAI_API_KEY\n\n Go to [`OPEEAI`](https://openai.com/)\n\nREPLICATE_API_TOKEN\n\nGo to[`Replicate`](https://replicate.com/)\n\nSTRIP API TOKEN \u0026 STRIPE_WEBHOOK_SECRET\n\nGo to [`Strip`](https://stripe.com/in)\n\nHUGGING FACE ACCES TOKEN \n\nGo to [`Huggingface`](https://huggingface.co/)\n\nAnd Create an account and go to setting then access token and create you access token and put it in -.env-\n\n## How to Download strip-cli\n\nIn WINDOWS\nwe will use [`Scoop`](https://scoop.sh/) to install it so\n\nOpen PowerShell and pest this command to install scoop\n\n```bash\nSet-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\nInvoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression\n```\n\nNow we will install Strip-cli\nTo install this pest this 👇 command\n\n```bash\nscoop bucket add stripe https://github.com/stripe/scoop-stripe-cli.git\nscoop install stripe\n```\n\nThis will install Strip-cli\n\n### For Other OS\n\n Visit this [`Strip-cli`](https://docs.stripe.com/stripe-cli)\n and install this\n\nThen Create an account and get a API key and replace this with STRIPE_API_KEY then go to webhook and download the strip-cli and run it  \n\n```bash\nstripe login\n```\n\nIn your terminal and do then\n\n```bash\nstripe listen --forward-to localhost:3000/api/webhook\n```\n\n in webhook section and it in your terminal you will get something like this \n\n```bash\n[whsec_97347152fae0xxxxxx823xxb1707d0b4aaa1794a5abf9c1sdkjh17]\n```\n\nput this in your STRIPE_WEBHOOK_SECRET\n\n## For Running the project\n\n  ```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarnendug07%2Ffluxcraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswarnendug07%2Ffluxcraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarnendug07%2Ffluxcraft/lists"}