Skip to content

Spring Boot part of code for a to-do list app. Which can use React code checked out from:https://github.com/nab4nabeel/reacttodoapp and use locally for UI or can be tested using postman as well

Notifications You must be signed in to change notification settings

nab4nabeel/springtodoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

springtodoapp

todo list app using spring boot and react js

Prerequisites :

  1. Java Version 11

  2. MVN installed

Steps To Run Server:

  1. Make sure that the project is imported properly in the intelliJ IDE

  2. Check if the maven sync is successfull

  3. 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

About

Spring Boot part of code for a to-do list app. Which can use React code checked out from:https://github.com/nab4nabeel/reacttodoapp and use locally for UI or can be tested using postman as well

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages