Run app
cdinto the08_datatables/dir:cd 08_datatables/Fire up R:
RRestore package dependencies:
renv::restore()Once done, exit R.
index.Ris the entry point. To start the app, run this on the terminal:Rscript index.R
Explanation
This app starts a server and listens on port 3000 for connections.
At this point, I’m not sure there’s anything much to say :)
Goals
Alright, time to build a ✨CRUD application backend✨.