{"id":25146831,"url":"https://github.com/ytliusvn/next-crud","last_synced_at":"2026-04-05T20:31:50.646Z","repository":{"id":110362727,"uuid":"405270579","full_name":"ytliuSVN/next-crud","owner":"ytliuSVN","description":"Full-stack CRUD app built using NextJS.","archived":false,"fork":false,"pushed_at":"2021-10-01T14:30:48.000Z","size":659,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T06:48:31.288Z","etag":null,"topics":["chakra-ui","nodejs","prisma","sqlite","typescript"],"latest_commit_sha":null,"homepage":"","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/ytliuSVN.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":"2021-09-11T03:11:43.000Z","updated_at":"2023-08-14T13:12:33.000Z","dependencies_parsed_at":"2023-03-30T05:20:05.792Z","dependency_job_id":null,"html_url":"https://github.com/ytliuSVN/next-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ytliuSVN/next-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytliuSVN%2Fnext-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytliuSVN%2Fnext-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytliuSVN%2Fnext-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytliuSVN%2Fnext-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytliuSVN","download_url":"https://codeload.github.com/ytliuSVN/next-crud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytliuSVN%2Fnext-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31449291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"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":["chakra-ui","nodejs","prisma","sqlite","typescript"],"created_at":"2025-02-08T20:27:51.064Z","updated_at":"2026-04-05T20:31:50.614Z","avatar_url":"https://github.com/ytliuSVN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/assets/review.svg\" alt=\"Challenge\" width=\"100\" /\u003e\n\u003c/p\u003e\n\n# NextJS Fullstack App\n\nA Fullstack web application that allows employees to submit feedback. Integration with TypeScript, SQLite, Next.js, and Prisma.\n\n## User Stories\n\n- [ ] The user needs to authenticate with GitHub to create a new feedback.\n- [ ] The application composes of the `Reviews` and `Drafts` area.\n- [ ] When the user sent feedback, they can have a draft and decide to publish it later on.\n- [ ] The user can delete their posts from both `Reviews` and `Drafts` area.\n\n## Challenge Scope\n* Dynamic API Routes\n  * Implement 3 API endpoints including [`create`](./pages/api/post/index.ts), [`publish`](./pages/api/publish/[pid].tsx), and [`delete`](./pages/api/post/[pid].ts).\n* Web app\n  * Align React App with [Chakra UI](https://chakra-ui.com/)\n  * Server-side Rendering with [Next.js](https://nextjs.org/docs/basic-features/typescript)\n  * Integrate [Prisma](https://www.prisma.io/) to store our users and their sessions in SQLite database\n  * Concern the authentication with [NextAuth.js](https://next-auth.js.org/v3/getting-started/introduction)\n* E2E Testing\n  * End to End tests with [Cypress](https://www.cypress.io/) testing framework\n## App Details\n\n### Instructions\n\n0. Clone the project repository: `git clone git@github.com:ytliuSVN/next-crud.git`\n1. Navigate to the project folder: `cd next-crud`\n2. Install all the dependencies of project: `yarn install`\n3. Start the app in the development mode: `yarn dev`\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Loading Environment Variables\n\nCopy and setup environment. An example `.env`:\n\n```\nSECRET=RANDOM_STRING\n\nGITHUB_ID=\nGITHUB_SECRET=\n```\n\n### Run the test\n\nThere are two ways you can run the test:\n\nOpens the Cypress Test Runner in the browser.\n```\nyarn cypress:open\n```\n\nRuns Cypress tests to completion.\n\n```\nyarn cypress:run\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytliusvn%2Fnext-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytliusvn%2Fnext-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytliusvn%2Fnext-crud/lists"}