Currently data is being fetched from static information instead from the DB ie.
|
let data = HomePageData { |
We need to fetch that data from the DB.
- We need a route to push new data or updates
- We need a route to get that data from the DB
Both routes return JSON
Currently data is being fetched from static information instead from the DB ie.
RustaceansKenyaWebapp/backend/src/routes/homepage.rs
Line 18 in 24fbafd
We need to fetch that data from the DB.
Both routes return JSON