{"id":22896143,"url":"https://github.com/webmaeistro/ornforlag-api-vipps","last_synced_at":"2026-04-11T19:35:12.812Z","repository":{"id":38425289,"uuid":"400645519","full_name":"webmaeistro/ornforlag-api-vipps","owner":"webmaeistro","description":"v 3 , service worker api , vipps checkout eshop","archived":false,"fork":false,"pushed_at":"2023-03-07T04:22:40.000Z","size":19619,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T23:39:42.204Z","etag":null,"topics":["graphql-api","nextjs","react","vipps","vipps-api","vipps-hurtigkasse"],"latest_commit_sha":null,"homepage":"https://ornforlag.no","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/webmaeistro.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}},"created_at":"2021-08-27T22:08:01.000Z","updated_at":"2022-01-08T18:05:21.000Z","dependencies_parsed_at":"2023-02-07T23:01:54.130Z","dependency_job_id":null,"html_url":"https://github.com/webmaeistro/ornforlag-api-vipps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webmaeistro/ornforlag-api-vipps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmaeistro%2Fornforlag-api-vipps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmaeistro%2Fornforlag-api-vipps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmaeistro%2Fornforlag-api-vipps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmaeistro%2Fornforlag-api-vipps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmaeistro","download_url":"https://codeload.github.com/webmaeistro/ornforlag-api-vipps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmaeistro%2Fornforlag-api-vipps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["graphql-api","nextjs","react","vipps","vipps-api","vipps-hurtigkasse"],"created_at":"2024-12-13T23:33:36.970Z","updated_at":"2026-04-11T19:35:12.790Z","avatar_url":"https://github.com/webmaeistro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This will walk you through the steps\n\n1. Choose the tech stack you want\n\n   \u003e To get this storefront, select: Next.js - Complete ecommerce\n\n2. Specify your tenant (the name of your project)\n\n   \u003e At this point, you can select our demo tenant (furniture) or use your own.\n   \u003e If you choose your own, you will have to create the content on our [Product\n   \u003e Information Management][9]\n\n3. Select if you want to support multiple languages\n\n4. Select the service API\n   \u003e At this point, you can select between our demo Service API or your own\n   \u003e service API tenant.\n   \u003e\n   \u003e A [Service API is an open-source project that acts as backend for any of\n   \u003e our open-source storefronts][25] that currently hndles the basket, the\n   \u003e checkout, the authentication, webhooks, etc. You can modify and/or extended\n   \u003e it as you like. Deploy it to Vercel, Amazon Web Services, etc. (we're\n   \u003e adding new provieders)\n   \u003e\n   \u003e Take into account that if you've selected your own tenant, you need to have\n   \u003e your own service API because our demo Service API doesn't support products\n   \u003e with different shape/attributes.\n   \u003e\n   \u003e To have your own Service API, you'll need to execute again, our CLI and\n   \u003e select the option \"Service API - Backend for any of the frontends\"\n\nOnce your project has been created, you can simply navigate into your project's\ndirectory and run the following to start up your development server:\n\n```sh\nnpm run dev\n# or\nyarn dev\n```\n\nThis will start up the server on \u003chttp://localhost:3000\u003e for development.\n\n## App Structure\n\n### `src/pages/`\n\nPut all your entry pages here. These are interpreted as separate routes by\nNext.js.\n\n### `src/pages/api/`\n\nAll your Vercel [serverless functions][18].\n\n### `src/page-components/`\n\nWe use the `page-components/` directory to hold the actual component content\nrelated to entries in the `pages/` directory.\n\n### `src/components/`\n\nAll your shared React components.\n\n### `src/shapes/`\n\nAll your related stuff to shapes. Components, styles, graphql queries and more.\n\n### `src/ui/`\n\nUI related components live here. Color variables and simple shared components\n\n### `src/lib/`\n\nEnable GraphQL and REST API communication and more for the browser client\n\n### `public/static/`\n\nPublic resources hosted as static files\n\n## Deploying Your Project\n\nThere are multiple alternatives for deployments, two of them being [Vercel][20]\nand [Platform.sh][23]\n\n### Deploying with Vercel\n\n- Register a Vercel account\n- Install vercel `yarn global add vercel` or `npm i -g vercel`\n- Run `vercel`\n\n## License\n\nOpen-source and MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmaeistro%2Fornforlag-api-vipps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmaeistro%2Fornforlag-api-vipps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmaeistro%2Fornforlag-api-vipps/lists"}