An example website using node, express and postgreSQL. Configure config/config.js with your postgreSQL database settings. The example uses a single table called 'user' with columns 'email' and 'password'.
Clone the repository and then run npm install at command line.
To start the webserver execute node app.js.
Created by Alex O'Callaghan