{"id":21047952,"url":"https://github.com/roldanjr/next-crud","last_synced_at":"2025-05-15T19:32:06.535Z","repository":{"id":37396385,"uuid":"298770499","full_name":"roldanjr/next-crud","owner":"roldanjr","description":"Full-stack CRUD app built using NextJS.","archived":false,"fork":false,"pushed_at":"2020-09-29T14:28:48.000Z","size":397,"stargazers_count":131,"open_issues_count":2,"forks_count":57,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-07T17:43:00.494Z","etag":null,"topics":["crud-application","mongoose","react","react-hook-form","redux","redux-saga"],"latest_commit_sha":null,"homepage":"https://next-crud.vercel.app/","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/roldanjr.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":"2020-09-26T08:27:32.000Z","updated_at":"2023-10-22T20:41:18.000Z","dependencies_parsed_at":"2022-07-20T12:02:44.774Z","dependency_job_id":null,"html_url":"https://github.com/roldanjr/next-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roldanjr%2Fnext-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roldanjr%2Fnext-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roldanjr%2Fnext-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roldanjr%2Fnext-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roldanjr","download_url":"https://codeload.github.com/roldanjr/next-crud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225369803,"owners_count":17463646,"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":["crud-application","mongoose","react","react-hook-form","redux","redux-saga"],"created_at":"2024-11-19T14:41:22.109Z","updated_at":"2024-11-19T14:41:22.667Z","avatar_url":"https://github.com/roldanjr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Project Preview](preview.PNG)\n\n# Table of Content\n\n- [Table of Content](#table-of-content)\n  - [1. Folder Structures](#1-folder-structures)\n  - [2. Libraries \u0026 Frameworks](#2-libraries--frameworks)\n  - [3. Installation \u0026 Set Up](#3-installation--set-up)\n  - [4. License](#4-license)\n\n## 1. Folder Structures\n\n```bash\n+---components\n+---icons\n+---models\n+---pages\n|   \\---api\n|       \\---employees\n+---store\n|   +---actions\n|   +---reducers\n|   \\---sagas\n+---styles\n\\---utils\n```\n\n## 2. Libraries \u0026 Frameworks\n\n| Name                                            | Description                                                            |\n| ----------------------------------------------- | ---------------------------------------------------------------------- |\n| [NextJS](https://nextjs.org/)                   | The React Framework for Production.                                    |\n| [ReactJS](https://reactjs.org/)                 | A JavaScript library for building user interfaces.                     |\n| [Redux](https://redux.js.org/)                  | A Predictable State Container for JS Apps.                             |\n| [Redux Saga](https://redux-saga.js.org/)        | A middleware used to handle side effects in Redux.                     |\n| [React Hook Form](https://react-hook-form.com/) | Performant, flexible and extensible forms with easy-to-use validation. |\n| [Mongoose](https://mongoosejs.com/)             | Elegant mongodb object modeling for node.js                            |\n\n## 3. Installation \u0026 Set Up\n\n1. Install project dependencies\n\n```bash\n  yarn install or npm install\n```\n\n2. Add environment variables on your `.env.local`\n\n```env\n  MONGO_URI=\n```\n\n3. Start the development server\n\n```bash\n  yarn dev or npm run dev\n```\n\n4. Build for production\n\n```bash\n  yarn build or npm run build\n```\n\n5. Run production mode\n\n```bash\n  yarn start or npm start\n```\n\n## 4. License\n\nMIT © [Roldan Montilla Jr](https://github.com/roldanjr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froldanjr%2Fnext-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froldanjr%2Fnext-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froldanjr%2Fnext-crud/lists"}