https://github.com/rominalodolo/udemyspringboot_react_java
Udemy course
https://github.com/rominalodolo/udemyspringboot_react_java
azure devops docker gcp java kubernetes react spring-boot
Last synced: 9 days ago
JSON representation
Udemy course
- Host: GitHub
- URL: https://github.com/rominalodolo/udemyspringboot_react_java
- Owner: rominalodolo
- Created: 2022-07-06T09:35:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T23:05:57.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:10:48.749Z (over 1 year ago)
- Topics: azure, devops, docker, gcp, java, kubernetes, react, spring-boot
- Language: JavaScript
- Homepage:
- Size: 497 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Java Full Stack with Spring Boot and React
> Udemy course by Ranga Karanam
>
> Get the course here: [Link](https://www.udemy.com/course/full-stack-application-with-spring-boot-and-react/)
>
> Github Source Code: [Link](https://github.com/in28minutes/full-stack-with-react-and-spring-boot)
Intallations:
[NodeJs](https://nodejs.org/en/download/)
This package has installed:
- Node.js v16.16.0 to /usr/local/bin/node
- npm v8.11.0 to /usr/local/bin/npm
Make sure that `/usr/local/bin` is in your $PATH.



The Created JSON file opened in VS code:

`npm install jquery`

Creating the Todo App:


Opening up the app in VS code:

> Spring Boot Tutorial For Beginners: [Link](https://www.youtube.com/watch?v=pcdpk3Yd1EA)
>
> JPA And Hibernate Tutorial For Beginners with Spring Boot and Spring Data JPA: [Link](https://www.youtube.com/watch?v=MaI0_XdpdP8)
Update in React vs the course code:


Understanding how React works:

App.js File before I update with the counter app


Counter App Working:



Final Version of the Counter App:

The ToDo Application:
Creating the restful-web-services app


http://localhost:8080/hello-world


Change the GET Method to GetMapping only

http://localhost:8080/hello-world-bean


Dispatcher servlet

http://localhost:8080/hello-world/path-variable/romina


Downloading Chrome extension:

Restlet Client changed to [Talend](https://info.talend.com/request_apiworkbench.html): [Check Press Releases](https://www.talend.com/about-us/press-releases/)


Adding the security Dependency

Solving Your Problems with Basic Authentication
[Debugging Problems in Full Stack](https://github.com/in28minutes/in28minutes-initiatives/blob/master/The-in28Minutes-TroubleshootingGuide-And-FAQ/fullstack.md#basic-authentication-problems)




Linking the Bootstrap:


[JWT](https://github.com/in28minutes/full-stack-with-react-and-spring-boot/blob/73ea92e4be99af40b9283b810a00a1ad0d0733f2/README.md)








Last Edit: August 2022