08: datatables

R users love tables!

08_datatables
Author

Kennedy Mwavu

Published

July 10, 2024

Run app

  1. cd into the 08_datatables/ dir:

    cd 08_datatables/
  2. Fire up R:

    R
  3. Restore package dependencies:

    renv::restore()

    Once done, exit R.

  4. index.R is 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✨.