Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

libreconnect/backend

Repository files navigation

GitHub last commit GitHub closed issues GitHub contributors GitHub commit activity

Backend

This project is a backend application written in NodeJS that provides an interface for interacting with the API.

Installation

Quick Start

$ c .env.example .env
$ pnpm i
$ pnpm run dev

Configuration

Variable Description Exemple
TZ time zone UTC
PORT Port on which the application is listening 3333
HOST Host of the application localhost
APP_KEY Key of app a9sof1uUjuSEpCeFDsoQKfMXuJnZUvAW
NODE_ENV Type of environment prod
LOG_LEVEL Level of log info
DB_PASSWORD Database password postgres
DB_HOST Database connection URL localhost
DB_USER Database user postgres
DB_DATABASE Name of Database backend
DB_PORT Database port 5432

Launch Tests

$ pnpm test

Documentation

Checkout our documentation api.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages