Code Monkey home page Code Monkey logo

example-app's Introduction

Example App

Example App Monorepo to showcase integration of our product into customers apps.

Needed ENV Variables

All variables needed can be found in the .env.template file. You need to re-name it to simply .env and add the values to your config. Useful defaults are provided.

Restart the service if these are changed!

To run it locally

  CLIENT_ID=<Your CLIENT_ID obtained from your dashboard in API KEYS section>
  CLIENT_SECRET=<Your CLIENT_SECRET obtained from your dashboard in API KEYS section>
  JUSTIFI_API_URL=<The URL of your running capital service, prod is https://justifi.ai>
  AUTH_DOMAIN=<Domain for authorization, we recommend auth0 for experimentation>
  AUTH_AUDIENCE=<API Audience for authorization, we recommend auth0 for experimentation>

  REACT_APP_HOSTED_ONBOARDING_URL=https://accounts.justifi.ai/onboarding
  REACT_APP_AUTH_DOMAIN=<same as AUTH_DOMAIN above>
  REACT_APP_AUTH_AUDIENCE=<same as AUTH_AUDIENCE above>
  REACT_APP_AUTH_CLIENT_ID=<client id for pkce auth, we recommend auth0>
  REACT_APP_API_URL=<api for your backend, http://localhost:8000 by default>

Run the whole app

  • example-app> yarn dev

Adding dependencies

  • example-app> npx lerna add lodash packages/example-ui

Deploying (Heroku)

  • Create (or login to) your heroku account, and install the heroku cli.
  • Create a new node js project
  • Set the following environment variables
  • CLIENT_ID="YOUR CLIENT ID"
  • CLIENT_SECRET="YOUR SECRET"
  • JUSTIFI_API_URL=https://justifi.ai
  • REACT_APP_API_URL="domain for your heroku app"

example-app's People

Contributors

cherna avatar pete2786 avatar alduro avatar caiolrosa avatar dependabot[bot] avatar colganmeanor avatar jakemer avatar wlads avatar

Watchers

Jon Erickson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.