thepatrik / pixlcrypt-dynamodb

pixlcrypt API based on express, graphql and dynamodb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

pixlcrypt API based on express, graphql and dynamodb.


Languages

Language:JavaScript 86.7%Language:Makefile 13.3%