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

DATAR is a tool to exchange information decreasing at the same time the traffic of the communication antennas

License

Notifications You must be signed in to change notification settings

va2ron1/datar-management

Repository files navigation

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

About

DATAR is a tool to exchange information decreasing at the same time the traffic of the communication antennas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published