basic node app to show postgres performance

built from basic template to make react apps with:

  • react (v17.x)
  • react-router-dom (v5.x)
  • babel (v7.x)
  • webpack (v5.x)
  • served by node.js server, NOT create-react-app

this project is just way to show requests to a node server calling a postgres db

Install

Using npm:

$ npm install

run

$ npm run start