{"id":24868516,"url":"https://github.com/souzafcharles/fullstack-spring-react-app","last_synced_at":"2026-04-10T06:32:50.619Z","repository":{"id":275013744,"uuid":"924807491","full_name":"souzafcharles/fullstack-spring-react-app","owner":"souzafcharles","description":"⚛️ Project developed based on tutorials by Fernanda Kipper: Building a Full-Stack Application with Java Spring and React","archived":false,"fork":false,"pushed_at":"2025-02-10T05:47:18.000Z","size":13620,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:33:49.376Z","etag":null,"topics":["intellij-idea","java","javaspring","javaspringboot","lombok","maven","postgresql","postman","react","reactjs","spring","spring-boot","springdata-jpa","springweb","typescript"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/souzafcharles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-01-30T17:28:07.000Z","updated_at":"2025-10-14T14:49:22.000Z","dependencies_parsed_at":"2025-01-30T18:23:46.094Z","dependency_job_id":"d32ca511-6a16-4b05-b0ff-14334f345ab5","html_url":"https://github.com/souzafcharles/fullstack-spring-react-app","commit_stats":null,"previous_names":["souzafcharles/java-spring-react-fullstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/souzafcharles/fullstack-spring-react-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souzafcharles%2Ffullstack-spring-react-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souzafcharles%2Ffullstack-spring-react-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souzafcharles%2Ffullstack-spring-react-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souzafcharles%2Ffullstack-spring-react-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/souzafcharles","download_url":"https://codeload.github.com/souzafcharles/fullstack-spring-react-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souzafcharles%2Ffullstack-spring-react-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28221561,"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":"2026-01-06T02:00:07.049Z","response_time":56,"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":["intellij-idea","java","javaspring","javaspringboot","lombok","maven","postgresql","postman","react","reactjs","spring","spring-boot","springdata-jpa","springweb","typescript"],"created_at":"2025-02-01T02:20:25.420Z","updated_at":"2026-01-06T04:08:02.309Z","avatar_url":"https://github.com/souzafcharles.png","language":"Java","readme":"![GitHub language count](https://img.shields.io/github/languages/count/souzafcharles/java-spring-react-fullstack)\n![GitHub top language](https://img.shields.io/github/languages/top/souzafcharles/java-spring-react-fullstack)\n![GitHub](https://img.shields.io/github/license/souzafcharles/java-spring-react-fullstack)\n![GitHub last commit](https://img.shields.io/github/last-commit/souzafcharles/java-spring-react-fullstack)\n\n# 💻 Building a Full-Stack Application with Java Spring and React\n:triangular_flag_on_post: Project developed based on tutorials by **Fernanda Kipper** - [kipperDev](https://www.youtube.com/@kipperdev).\n***\n## Instructions:\n\u003cp align=\"justify\"\u003e\nThis guide provides a structured approach to developing a full-stack application using \u003ccode\u003eJava Spring\u003c/code\u003e, \u003ccode\u003eReact\u003c/code\u003e, and \u003ccode\u003ePostgreSQL\u003c/code\u003e. The process is divided into two key phases: backend development and frontend development.\n\u003c/p\u003e\n\n### Part 1 - [Backend Development with Java Spring and PostgreSQL](https://github.com/souzafcharles/Java-Spring-React-Fullstack/tree/main/Backend/digitalMenu):\n\u003cp align=\"justify\"\u003e\nThis section details the construction of the application's backend using the \u003ccode\u003eJava Spring\u003c/code\u003e framework.  It begins with the creation of a \u003ccode\u003eSpring Boot\u003c/code\u003e project, configuring both \u003ccode\u003eH2\u003c/code\u003e for testing and \u003ccode\u003ePostgreSQL\u003c/code\u003e for development, and implementing database migrations using \u003ccode\u003eLiquibase\u003c/code\u003e. The guide then covers the creation of data models and \u003ccode\u003eRESTful\u003c/code\u003e controllers to manage \u003ccode\u003eCRUD\u003c/code\u003e operations within the application. The utilisation of essential libraries, such as \u003ccode\u003eSpring Data JPA\u003c/code\u003e, will be explored to streamline data access and manipulation.  Environment-specific configurations and the use of environment variables are also covered.\n\u003c/p\u003e\n\n## Backend Project Stack:\n| Technology        | Version   | Description                                 |\n|-------------------|-----------|---------------------------------------------|\n| 📐 IntelliJ IDEA  | `2024.3`  | Integrated Development Environment (IDE)    |\n| ☕ Java           | `21`      | Backend programming language                |\n| 🌱 Spring Boot    | `3.4.2`   | Framework for creating Spring applications  |\n| 🐦 Maven          | `3.9.9`   | Build automation and dependency management  |\n| 🐘 PostgreSQL     | `17`      | Relational database management system       |\n| 🗃️ H2 Database    | `2.3.232` | In-memory relational database for testing   |\n| 🛢️ Liquibase      | `4.22.0`  | Database migration management tool          |\n| 👩‍🚀 Postman        | `11.19`   | API testing and development tool            |\n\n***\n\n## Backend Dependencies:  \n| Dependency              | Category        | Description                                                                                                                                  |\n|-------------------------|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| 🛠️ Spring Boot DevTools | Developer Tools | Provides fast application restarts, LiveReload, and configurations for enhanced development experience                                       |\n| 🌐 Spring Web           | Web             | Build web, including RESTful, applications using Spring MVC. Uses Apache Tomcat as the default embedded container                            |\n| 💾 Spring Data JPA      | SQL             | Persist data in SQL stores with Java Persistence API using Spring Data and Hibernate                                                         |\n| 🗃️ H2 Database Engine   | SQL             | Provides a fast in-memory database that supports JDBC API and R2DBC access, with a small (2mb) footprint                                     |\n| 🐘 PostgreSQL Driver    | SQL             | A JDBC and R2DBC driver that allows Java programs to connect to a PostgreSQL database using standard, database-independent Java code         |\n| 🛢️ Liquibase Core       | SQL             | Manages database schema migrations, providing version control and seamless updates to the database schema                                    |\n| 🗝️ dotenv-java          | Configuration   | Loads environment variables from a `.env` file into the application, aiding in secure configuration management                               |\n\n***\n\n### Part 2 - [Frontend Development with React and TypeScript](https://github.com/souzafcharles/Java-Spring-React-Fullstack/tree/main/Frontend/digitalMenu):\n\u003cp align=\"justify\"\u003e\nThis section focuses on developing the application's frontend using the \u003ccode\u003eReact\u003c/code\u003e library and \u003ccode\u003eTypeScript\u003c/code\u003e. The process includes creating \u003ccode\u003eReact\u003c/code\u003e components and leveraging \u003ccode\u003eReact Hooks\u003c/code\u003e to implement the application's functionalities. The guide also explores the use of \u003ccode\u003eTypeScript\u003c/code\u003e to enhance code maintainability. Furthermore, it details the connection of the frontend to the backend (developed in Part 1) using \u003ccode\u003eAxios\u003c/code\u003e for \u003ccode\u003eHTTP\u003c/code\u003e requests and \u003ccode\u003eReact Query\u003c/code\u003e for fetching, caching, synchronising, and updating server state within the application.\n\u003c/p\u003e\n\n## Frontend Project Stack:  \n| Technology            | Version    | Description                                     |\n|-----------------------|------------|-------------------------------------------------|\n| ✒️Visual Studio Code  | `1.96`     | Code editor for modern web and cloud projects   |\n| ⚡ Vite               | `6.0.11`   | Next Generation Frontend Tooling                |\n| ⚛️ React              | `18.3.1`   | Framework for building user interfaces          |\n| 📜 TypeScript         | `5.6.2`    | Strongly typed programming language             |\n| 📦 Node.js            | `18.x`     | JavaScript runtime environment                  |\n\n***  \n\n## Frontend Dependencies:  \n| Dependency               | Category         | Description                                              |\n|--------------------------|------------------|----------------------------------------------------------|\n| ⚛️ React                 | Core             | Library for building user interfaces                     |\n| ⚛️ React DOM             | Core             | Renders React components in the browser                  |\n| 📜 TypeScript            | Core             | Enables type-checking and development with TypeScript    |\n| ⚙️ Vite Plugin React     | Build Tools      | Plugin to support React in Vite projects                 |\n| ✅ ESLint                | Development      | Linter tool to ensure code quality                       |\n| 🎯 TypeScript ESLint     | Development      | Integrates TypeScript with ESLint                        |\n| 🔍 @types/react          | Type Definitions | Provides TypeScript definitions for React                |\n| 🔍 @types/react-dom      | Type Definitions | Provides TypeScript definitions for React DOM            |\n| 🌍 Globals               | Development      | Provides global variables and functions for ESLint rules |\n| ✒️ React Hooks ESLint    | Development      | Ensures proper usage of React Hooks                      |\n| 🔧 React Refresh ESLint  | Development      | Provides linting for Vite’s fast-refresh mechanism       |\n| 🔄 @tanstack/react-query | API Management   | Data fetching and caching for React applications         |\n| 🔗 Axios                 | API Management   | Promise-based HTTP client for making API requests        |\n\n***\n\n▶️ **Tutorial Video kipperDev**: \n- [Part 1](https://www.youtube.com/watch?v=lUVureR5GqI\u0026ab_channel=FernandaKipper%7CDev): Backend Development with Java Spring and PostgreSQL;\n- [Part 2](https://www.youtube.com/watch?v=WHruc3_2z68\u0026ab_channel=FernandaKipper%7CDev): Frontend Development with React and TypeScript.\n\n***\n## Home Screen with Displayed Items: \n![Home Screen Updated](https://github.com/souzafcharles/Java-Spring-React-Fullstack/blob/main/Frontend/digitalMenu/public/home-inserted.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouzafcharles%2Ffullstack-spring-react-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsouzafcharles%2Ffullstack-spring-react-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouzafcharles%2Ffullstack-spring-react-app/lists"}