{"id":20068045,"url":"https://github.com/malanski/fullstack-crud","last_synced_at":"2026-06-13T14:09:00.408Z","repository":{"id":177456449,"uuid":"658996944","full_name":"malanski/fullstack-crud","owner":"malanski","description":"A web application (CRUD) to manage Client registers (Client's name, birth date, email and address)","archived":false,"fork":false,"pushed_at":"2023-08-30T21:36:11.000Z","size":5264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T11:19:26.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fullstack-crud-flame.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/malanski.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":"2023-06-27T00:13:02.000Z","updated_at":"2023-06-27T00:24:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"9935067b-6a61-4dd2-8fa2-835a4ba70d86","html_url":"https://github.com/malanski/fullstack-crud","commit_stats":{"total_commits":47,"total_committers":2,"mean_commits":23.5,"dds":"0.14893617021276595","last_synced_commit":"ba0eedc658c0cba5a157b1c8ff5b55c149a581fe"},"previous_names":["malanski/fullstack-crud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malanski/fullstack-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Ffullstack-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Ffullstack-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Ffullstack-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Ffullstack-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malanski","download_url":"https://codeload.github.com/malanski/fullstack-crud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Ffullstack-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"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":[],"created_at":"2024-11-13T14:05:10.767Z","updated_at":"2025-11-26T14:03:48.860Z","avatar_url":"https://github.com/malanski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fullstack CRUD \n  \n## Introduction  \n  \nThis document outlines the requirements for a Fullstack web application that manage clients' registers. \nThe application is a CRUD (Create, Read, Update, Delete) application that allow users \nto manage clients' information such as their name, birth date, email, and address.  \n\n\n## Project Basic Features\n\n- Development of the front end.\n- Use React. https://reactjs.org\n- Interface easy to use (UI/UX).\n- Use Material UI https://material-ui.com\n- Field validation (date, required fields, etc).\n- Frontend deployment at Vercel platform\n- Backend database cloud deployments at Atlas MongoDB platform\n- Backend server development using NodeJS and deployed at Render\n\u003c!-- - Cache the data in-browser. --\u003e\n## Installation  \nThis project has two different folders, backend and frontend,  each one has its own README with installation tutorial and notes.  \n- Frontend: https://github.com/malanski/fullstack-crud/blob/main/frontend\n- Backend: https://github.com/malanski/fullstack-crud/tree/main/backend\n \n## Front end    \nThe front end of the application is developed using React. The interface is easy to use and follow good UI/UX principles. Field validation are implemented to ensure that data entered by the user is valid (e.g., date fields should only accept valid dates, required fields should not be left blank, etc.).\n  \nThe application is deployed to a cloud platform. The backend is developed using NodeJS also the data can be cached in-browser for faster access.## References  \n\n## Back end    \nThe DataBase is modeled with MongoDB, the Express module, as web application library for Node.js., and Mongoose and uses Atlas Database Deployment. \nThe server is developed using NodeJS and deployed at Render. \n     \n## About the Code   \nThis project has clean and well-organized code, with an emphasis on correct naming conventions and adherence to patterns like PSRs, design patterns, and SOLID principles. Prioritizing code maintainability, error handling, and architecture, ensuring that the code is well thought out and structured before it is developed. I enjoy decoupling components such as additional layers, services, and repositories in order to produce modular and maintainable code. These characteristics make this project a dependable and stable option for our users.  \n  \n#### TODO    \n  \nMake Data cached in-browser for faster access.\n\n#### TODO + 1  \n \nThe backend can be switched to deployed using AWS Free Tier services such as Lambda, API Gateway, DynamoDB or RDS. This will allow the application to take advantage of the scalability and reliability of AWS services. \n\n\n### Contributing\nIf you'd like to contribute to this project, please follow these guidelines:\n\nFork the repository.\nCreate a new branch for your feature or bug fix.\nMake your changes and commit them with descriptive commit messages.\nPush your changes to your forked repository.\nSubmit a pull request explaining your changes.\n\n### Contact\nIf you have any questions or suggestions, please feel free to reach out.\n\nI appreciate your interest in our client management app!\n\nThank you for using it.\n  \n### References   \nIntro to React: https://reactjs.org/tutorial/tutorial.html  \nMaterial UI: https://mui.com/    \nAtlas Database: https://cloud.mongodb.com/  \nRender: https://render.com/docs  \nVercel: https://vercel.com/dashboard  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanski%2Ffullstack-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalanski%2Ffullstack-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanski%2Ffullstack-crud/lists"}