Skip to content

Kansas Voter Registration and Advanced Ballot imaging service API

Notifications You must be signed in to change notification settings

BlueprintKansas/NVRIS

 
 

Repository files navigation

NVRIS

National Voting Registration Imaging Service

Deployment

  1. Set up Serverless framework. https://serverless.com/framework/docs/providers/aws/guide/quick-start/
  2. Verify that your ~/.aws/credentials profile is named "nvris-dev" for your AWS IAM creds.
  3. From within project folder run sls deploy --stage dev (replace stage name as necessary)

Usage

curl -XPOST -H 'Content-Type: application/json' --data @exampleFlexPayload.json the-nvris-url/vr/en

On OSX

Ensure you are using the latest freetype and imagemagick.

brew update
brew upgrade freetype
brew upgrade imagemagick

About

Kansas Voter Registration and Advanced Ballot imaging service API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Perl 2.0%
  • Makefile 0.6%