/pixlcrypt-dynamodb

pixlcrypt API based on express, graphql and dynamodb.

Primary LanguageJavaScript

pixlcrypt-dynamodb

Build Status

pixlcrypt API based on express, graphql and dynamodb

development

.env

Create a .env file and add environment variables to it

  • PORT server port
  • TEST_USER_USERNAME Username used in tests.
  • TEST_USER_PASSWORD Password used in tests.

scripts

Install app dependencies

$ npm i

Run app with

$ make start

Run linter

$ make eslint

Run tests

$ make test