Arquisoft / lomap_en2b

LoMap Software architecture group en2b course 2022_23
https://arquisoft.github.io/lomap_en2b
1 stars 1 forks source link

Some libraries to use #41

Closed plg22 closed 1 year ago

plg22 commented 1 year ago

We are using some libraries.

BACKEND

Express --> Easier routing in the backend. Nodemon --> Compilation at runtime. Any update is automated. Mongoose --> Interaction with our MongoDB database.

FRONTEND

Axios --> Easy api request. ReactDOM --> Facilitates interacting with the DOM. MaterialUI --> Import some UI gadgets to use in the app.

andrrsin commented 1 year ago

Added for the frontend: @tanstack/react-query react-router-dom