aydrian / stitchcraft-gifcollector

A gif collecting application using MongoDB Stitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gif Collector

An application created using MongoDB Stitch and React.js to demonstrate QueryAnywhere. It will save the URL of an animiated gif and allow you to share it with another user. The Live-coding video for this app can be found on the StitchCraft YouTube.

Powered by Stitch

web-ui

React.js application 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>

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

A gif collecting application using MongoDB Stitch


Languages

Language:JavaScript 79.5%Language:HTML 10.5%Language:CSS 5.6%Language:Shell 4.4%