todo list app using spring boot and react js
Prerequisites :
-
Java Version 11
-
MVN installed
Steps To Run Server:
-
Make sure that the project is imported properly in the intelliJ IDE
-
Check if the maven sync is successfull
-
Run the class TodolistApplication and check the console if the server has started on 8080 port
(If in case of 8080 already used update the application.properties file with the below entry of desired port no server.port=9898 & Rebuild the code post the changes)
You can test the endpoint of this microservice with postman or use the todo-app react project to test from web browser