Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

kirillgroshkov/kg-backend

Repository files navigation

kg-backend

Node.js backend for experiments.

Uptime Robot ratio (30 days) Maintainability Test Coverage

Currently powers:

Stack

  • Node.js
  • Typescript
  • Koa
  • Firebase (Auth, Firestore)
  • Jest
  • Hosted at amazing Now.sh

Develop

yarn

yarn serve

yarn build

Now.sh

Deploy:

yarn deploy

Add secrets:

now secrets add my-app-mongo-url "user:password@mydb.com"

Add env variables:

now -e MONGO_URL="user:password@mydb.com"