1.0.0 • Published 2 years ago

catch-admin v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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