Skip to content

andrewlaw111/NodeJS-Examples

Repository files navigation

NodeJS Examples

  1. Branch week1 is corresponding to the contents of NodeJS Week 1
  2. Branch week2 is corresponding to the contents of NodeJS Week 2
  3. Branch week3 is corresponding to the contents of NodeJS Week 3
  4. Branch week4 is corresponding to the contents of NodeJS Week 4

Setup

create .env file with following parameters:

DB_NAME=
TEST_DB_NAME=
DB_USERNAME=
DB_PASSWORD=
NODE_ENV=development
PORT=8080

Install NPM Packages

npm install

About

An example of using Knex the SQL builder with Express framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors