aydrian / stitchcraft-a-list-tracker

An application created using MongoDB Stitch and React.js to track movies watched using AMC A-List Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-List Tracker

An application created using MongoDB Stitch and React.js to track movies watched using AMC A-List Service. Live-coding videos for this app can be found on the StitchCraft YouTube Playlist.

Powered by Stitch

This React.js application was created using Create React App.

stitch-app

Exported (as template) Stitch app.

Scripts

The following scripts will assist in the initial setup of your Stitch Application.

Requirements:

export STITCH_API_KEY=<API_KEY>
export STITCH_USERNAME=<CLOUD_USERNAME>
export STITCH_APPID=<APPID>
  • Create a secrets.json file in the stitch-app directory like the following
{
  "auth_providers": {
    "oauth2-google": {
      "clientSecret": "<client-secret>"
    }
  }
}

NOTE: Do not commit this file.

deploy.sh

Deploy current code using ./deploy.sh in the root of the project

> ./deploy.sh

export.sh

Export the project code template using ./export.sh in the root of the project.

> ./export.sh

Note: This exports the application configuration without any service ID values, including the App ID.

About

An application created using MongoDB Stitch and React.js to track movies watched using AMC A-List Service.


Languages

Language:JavaScript 84.4%Language:HTML 11.1%Language:Shell 4.6%