I'm trying to implement a REST API with JAX-RS using to deploy it in Liferay 7.2 and consume it with a React JS application as the font-end .
Until now I don't know how to create a good project structure to start my back-end project!
My Rest API is connected to a two tables database, how can I add them to the project? and where I have to work in the project to create my controllers and application's business logic?
I tried to create a project and it looks like this for now.
Thank you!