Skip to content

n0lean/cloudphotoapp-1

Repository files navigation

CloudPhoto Traviscodecov

Backend repo for CloudPhoto project.

Set your Git pre-commit hook for unit tests

Run this

ln -s .precommit/pre-commit.py .git/hooks/pre-commit

Set your application.properties in your ENV Variable.

E.g.

amazon.dynamodb.region=us-east-1
amazon.dynamodb.endpoint=http://localhost:8000/
# OR amazon.dynamodb.endpoint=http://dynamodb.us-west-1.amazonaws.com
AWS_ACCESS_KEY=aaa
AWS_ACCESS_KEY_ID=aaa

Set AWS Credentials for development

  1. Configure AWS Command Line (add a user to aws cli)
aws configure --profile <username>
  1. Enter AWS Credientials, default-zone: us-east-1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published