catch-admin
v1.0.0
Published
Template for vingle-corgi
Downloads
2
Readme
CATCH Admin Console API
Authroization
Currently we are using auth0 as identity and access management service. Auth0 credentials are in 1password shared vault.
Releated resources:
Mail Service
Sendgrid
...TODO
Deployment
# 스테이지
npm run deploy:stage
# 프로덕션
npm run deploy:prod
Local Test
prerequisite
- redis
brew install redis
redis-server
- dynamo
brew cask install docker
docker pull amazon/dynamodb-local
docker run --rm --name catch-dynamo -p 8000:8000 -d amazon/dynamodb-local
- test
DYNAMO_TYPES_ENDPOINT=http://127.0.0.1:8000 REDIS_URL=redis://127.0.0.1:6379 npm run test