Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.02 KB

DATAR API Keys Management

Environment variables (.env)

POSTGRES_DB=''
POSTGRES_HOST='localhost'
POSTGRES_USER='postgres'
POSTGRES_PASSWORD=''
SESSION_SECRET=''

Requirements

  • Linux Server (Ubuntu 18.04 recommended)
  • Node.js v10 or later
  • PostgreSQL 10 or later

Setup

psql -U databaseUser -W databaseName < db.sql

Note: Remove -W if you do not have a password.

Install

npm install

Usage

npm start

Changes

The project has been split into a few parts:

Core

Demos

License

See Apache License 2.0