Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Introduction

An example that demonstrates how to setup a io.Manager instance to use PostgreSQL

Prerequisites

Database

This example requires you to have a PostgreSQL database to connect to.

You will need to either have a local instance or setup a remote database.

For more information visit our Documentation page on the subject: https://docs.interop.io/manager/databases/postgresql/index.html

License

io.Manager requires a license key to operate. To acquire a license key, contact us at sales@interop.io.

How to run

  • Install npm packages
npm install

npm audit fix
  • Start the server
npm run start