{"id":41293069,"url":"https://github.com/7ph/website-starter-pack","last_synced_at":"2026-04-27T03:01:50.107Z","repository":{"id":331036229,"uuid":"893659085","full_name":"7PH/website-starter-pack","owner":"7PH","description":"The ultimate Nuxt/FastAPI web application starter pack with user management, stripe subscriptions","archived":false,"fork":false,"pushed_at":"2026-04-21T02:12:12.000Z","size":862,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-21T03:43:20.183Z","etag":null,"topics":["boilerplate","fastapi","nuxt","saas-starter","stripe"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/7PH.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-25T01:12:04.000Z","updated_at":"2026-04-19T20:42:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"05426274-901b-43c6-971f-49dce411dc78","html_url":"https://github.com/7PH/website-starter-pack","commit_stats":null,"previous_names":["7ph/website-starter-pack"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/7PH/website-starter-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7PH%2Fwebsite-starter-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7PH%2Fwebsite-starter-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7PH%2Fwebsite-starter-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7PH%2Fwebsite-starter-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7PH","download_url":"https://codeload.github.com/7PH/website-starter-pack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7PH%2Fwebsite-starter-pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32320683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["boilerplate","fastapi","nuxt","saas-starter","stripe"],"created_at":"2026-01-23T03:43:09.559Z","updated_at":"2026-04-27T03:01:50.101Z","avatar_url":"https://github.com/7PH.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# website-starter-pack\n\n## Install\n\nEnsure you have `git` and `docker` on your machine, then:\n\n- Ensure you are running as a non-root user (highly recommended)\n- Clone the repository\n- Execute `npm run setup`\n- Fill the `.env` file\n\n## OAuth (Google Sign-In)\n\nTo enable \"Continue with Google\" on the login page:\n\n1. **Create OAuth credentials** in [Google Cloud Console](https://console.cloud.google.com/apis/credentials):\n\n   - Go to \"Credentials\" → \"Create Credentials\" → \"OAuth client ID\"\n   - Application type: \"Web application\"\n   - Add authorized redirect URIs:\n     - Production: `https://YOUR_DOMAIN/oauth/callback`\n     - Local dev: `http://localhost:3000/oauth/callback` (Google only allows plain `localhost`, not custom `.localhost` domains)\n\n2. **Configure environment variables** in `.env`:\n   ```\n   OAUTH_ENABLED=true\n   GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com\n   GOOGLE_CLIENT_SECRET=your-client-secret\n   ```\n\nThe Google sign-in button will appear on the login and signup pages when properly configured.\n\n## Running\n\nFor running in production, run `npm start`\n\nFor usual development (Nuxt debugger, frontend and backend hot-reload):\n\n- Run `npm run dev`\n\nFor debugging the python process inside the backend container:\n\n- Ensure you are using VSCode\n- Run `npm run debug`\n- In the VSCode Debugger Tab, execute the action `Debug Backend`\n\n## Database\n\n### Backup\n\nTo backup the database:\n\n- Run `npm run db-dump`\n- Verify the generated SQL file in `backups/`\n\nTo restore a backup:\n\n- Delete database data folder with `sudo rm -rf services/db/data/ \u0026\u0026 npm run setup` (⚠️)\n- Run `npm run db-restore -- backups/\u003cpath-to-the-sql-dump\u003e.sql.gz`\n\n### Initial state\n\nTo ensure new databases automatically start from a specific backup:\n\n- Delete database data folder with `sudo rm -rf services/db/data/ \u0026\u0026 npm run setup` (⚠️)\n- Move the backup from `backups/*.sql.gz` to `services/db/initdb.sql`\n\nBeware that `initdb.sql` is tracked by Git.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7ph%2Fwebsite-starter-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7ph%2Fwebsite-starter-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7ph%2Fwebsite-starter-pack/lists"}