jziesing / basic-node-postgres-get

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 88.7%Language:HTML 11.3%