Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 622 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 622 Bytes

ShaCal

About the project

Getting started

Create local.env file at the project root with variables:

NODE_ENV=testing
JWT_SECRET=local
GOOGLE_CLIENT_ID=**************.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=**************
GOOGLE_PROJECT_ID=shared-**************
SENDGRID_FROM_ADDRESS=shacal@localhost
SENDGRID_AUTH_EMAIL_TEMPLATE=none

and then run the app with

docker-compose up

Design

Figma

Reference

Head to docs.begin.com to learn more!