- Redis installed and running locally (Port 6379 or update REDIS_ADDRESS value .env file)
- Elasticsearch installed and running locally (Port 9200 or update ELASTIC_NODE value .env file)
- Postgres server installed and running (update DB_* params in .env file to match existing db)
Rename .env.sample to .env and set your custom values or use defaults
Make sure SENDGRID_API_KEY is replaced by a real sendgrid API key
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod