{"id":50681352,"url":"https://github.com/arturovaine/crud_fullstack","last_synced_at":"2026-06-08T19:04:38.641Z","repository":{"id":223937407,"uuid":"760913413","full_name":"arturovaine/crud_fullstack","owner":"arturovaine","description":"A full-stack CRUD application featuring a React front-end and a Node.js backend with Fastify, showcasing CRUD operations on predefined entities. Includes robust backend functionalities with MySQL database integration, security features like rate limiting and JWT authentication, and API documentation via Swagger.","archived":false,"fork":false,"pushed_at":"2024-03-14T23:15:31.000Z","size":3779,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-15T00:28:52.487Z","etag":null,"topics":["fastify","node-js","reactjs"],"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/arturovaine.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}},"created_at":"2024-02-20T22:19:56.000Z","updated_at":"2024-03-15T00:29:00.714Z","dependencies_parsed_at":"2024-03-15T00:28:46.043Z","dependency_job_id":"68db0a90-b9df-4b4b-b74b-ebac3aa9b2df","html_url":"https://github.com/arturovaine/crud_fullstack","commit_stats":null,"previous_names":["arturovaine/crud_fullstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arturovaine/crud_fullstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturovaine%2Fcrud_fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturovaine%2Fcrud_fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturovaine%2Fcrud_fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturovaine%2Fcrud_fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arturovaine","download_url":"https://codeload.github.com/arturovaine/crud_fullstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturovaine%2Fcrud_fullstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34076032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["fastify","node-js","reactjs"],"created_at":"2026-06-08T19:04:37.670Z","updated_at":"2026-06-08T19:04:38.637Z","avatar_url":"https://github.com/arturovaine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Context\r\n\r\n- Creation of a CRUD Full Stack application based on tables with .ddl already defined\r\n\r\n### Preview\r\n\r\n![alt text](app.gif \"App\")\r\n\r\n### Requirements, list of features and aspects of the application\r\n\r\n- Application in \"monorepo\" configuration\r\n\r\n### Backend\r\n\r\nBasic implementations/functionalities\r\n- [x] \u003cb\u003eRest API that allows “CRUD” operations to be carried out on all entities;\u003c/b\u003e\r\n- [x] \u003cb\u003eAPI/backend in Node.js using the Fastify framework;\u003c/b\u003e\r\n- [x] \u003cb\u003eDBMS of any applicable preference; MySQL chosen -\u003e there is native plugin Fastify\u003c/b\u003e\r\n- [x] \u003cb\u003eSecurity control: \"rate limit\" and jwt for access to API endpoints (Bearer token);\u003c/b\u003e\r\n- [x] Swagger implemented for accessing API documentation;\r\n- [x] \u003cb\u003eSQL file containing the final DDL and some example data inserts;\u003c/b\u003e\r\n- [x] \u003cb\u003ePostman or Insomnia collection, in JSON format, for API testing.\u003c/b\u003e\r\n\r\n\u003e Login \"Superuser\" -\u003e \"username\": \"client01\", \"password\": \"password01\"\r\n\r\nAdditional\r\n- [ ] Controllers (responsibility for request and response)\r\n- [ ] Error and validation middleware\r\n- [ ] Services (business rules)\r\n- [ ] Models (responsibility only for CRUD in the database)\r\n- [x] \u003cb\u003eRoutes (route organization)\u003c/b\u003e\r\n- [ ] ORM implementation (Sequelize, TypeORM, Prisma,...)\r\n- [ ] TypeScript\r\n- [ ] Docker\r\n- [ ] Tests (unit, integration)\r\n\r\n\u003e npm install \u0026\u0026 node ./back/src/index.js\r\n\r\n### Front-end\r\n\r\nBasic implementations/functionalities\r\n- [x] Frontend developed in React;\r\n- [x] Front-end allows you to perform all CRUD operations on existing entities;\r\n\r\nAdditional\r\n- [ ] Layouts and organization of screens, as well as the possible use of extra components/libraries, ...\r\n- [ ] Docker\r\n- [ ] Tests (unit, integration)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturovaine%2Fcrud_fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturovaine%2Fcrud_fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturovaine%2Fcrud_fullstack/lists"}