Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

chartium/sa-api

 
 

Repository files navigation

SA Dashboard Backend

Installation

$ npm install

Running the app

  1. Create the application.env file containing database info in an external directory
  2. Set the CONF_SA_API_PATH environmental variable to it's directory
  3. (optional) Set the CONF_MAINTAINER_MAP for maintainer support
  4. Run with an appropriate command:
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.0%
  • PLpgSQL 3.7%
  • Other 0.3%