@web-dev-tools-and-tech/user-service

1.0.4 • Public • Published

user-service

Application that yada yada yada.

Installing

  • This package is meant to be used as a docker container, passing the environment variables as defined below.
docker run -d applitools/user-service
  • Alternatively, it can be run using ./scripts/run-user-service.js, passing the environment variables as defined below.
npm install -g @applitools/user-service
run-user-service.js
  • Alternatively, you can import it and create the app (see below), passing it the configuration as defined below.
npm install @applitools/user-service

Services it depends on

  • Yada: yada yada

Queue Job Schema

A JSON with the following fields:

  • yada: yada yada

Environment variables needed by docker container and application

  • YADA_YADA: yada

Using the package to run the application

const createApp = require('@applitools/user-service')

// configuration options aee the same as the above corresponding environment variables
const app = createApp({})

// app is an express app. Use listen to start it in the usual way
app.listen(/*...*/)

Readme

Keywords

none

Package Sidebar

Install

npm i @web-dev-tools-and-tech/user-service

Weekly Downloads

0

Version

1.0.4

License

Unlicense

Unpacked Size

6.7 kB

Total Files

4

Last publish

Collaborators

  • giltayar