nodejs-database-example

Small test on NodeJS and the communication with databases.
Nothing special.

Usage

You need a database with the table users and the fields id, name, email.

  • cp .env.example .env and adjust the database settigs
  • node ./src/index.js to see if it works