- Postgres server running in default port
- NodeJS
- Clone repository.
- Create a DB called
test
, or update the DB name in/server/models/Connection.js
- Import the backup file into your created DB, this will create the tables
- Run "npm install" on the command line to install dependencies.
- Run "npm start" on the command line to start the example.