FundacioEsplaiJava2024 / ToDoList-grupo-3

Tomás,David,Izar,Annia
0 stars 0 forks source link

Create the project structure #37

Closed davidfreixes closed 1 week ago

davidfreixes commented 2 weeks ago

Create the foundation of the project with a structure for the API:

Controller: intermediary between the client. It will contain the following files:

Services: contains the logical function groupings. It will contain the following files:

Repos: accesses a specific object. In our case it is the My SQL DB. It will contain the following files:

Entities: contains the logical model. It will contain the following files: