/ellen

🌱 Take care of your team thanks http://softwareleadweekly.com

Primary LanguageJavaScript

Ellen

Take care of your team thanks SWLW newsletter and Oren Ellenbogen

Photo by @markusspiske

🖥️ Live demo

🏗️ Installation

❯ git clone git@github.com:92bondstreet/ellen.git
❯ yarn

🕹️ Usage

Parse all issues and save them into mongodb

❯ make parse
❯ MONGODB_HOST=ip:port make parse

Start graphql sandbox

❯ make sandbox-api
❯ MONGODB_HOST=ip:port make sandbox

Start graphql server

❯ make start
❯ MONGODB_HOST=ip:port make start

Start react app (with apollo) sandbox

❯ make sandbox

🚀 Deploy

# define the mongodb host
❯ now secret add ellen-mongodb-host ip:port
❯ make deploy