Instructions Once you download the project, extract it and open in any Java IDE.
Create a database in MySQL 'todoappdb'.
Open application.properties file present in resources folder
Change the database username and password.
That's it.
Now start the application and navigate to http://localhost:8080.
Use the below commands to connect VScode with Github after installing GIT in the system
git config --global user.name "enigma007-rgb"
git config --global user.email "hemantagrawal432@gmail.com"
C:\Users\Hp\Desktop\Springboot-handson\Todo_Springboot>git config --global user.name "enigma007-rgb"
C:\Users\Hp\Desktop\Springboot-handson\Todo_Springboot>git config --global user.email "hemantagrawal432@gmail.com"