Khazl / nodejs-database-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 94.4%Language:Shell 5.6%