A public repository for helping community with well known competitive question.
Do :
mvn package to build a jar of the practice work.
This project is now an integration of react and spring , Do the following to give input for the problems on UI.
run
and you can access the server at localhost:8080
go inside frontend directory
run
your react UI is ready at localhost:3000
we have created a proxy to make port 3000 request go to 8080 to avoid any CORS issues.
The jar can also be started in debug mode to learn about competitive examples.