Coder Social home page Coder Social logo

challenge-extension-api's Introduction

Challenge extension API

Prerequisites

  • NodeJS (v8+)
  • git
  • AWS S3

Configuration

Configuration for the application is at config/default.js and config/production.js. Create a local configuration file at config/local.js containing keys

The following parameters can be set in config files or in env variables:

  • LOG_LEVEL: the log level, default is 'debug', in production default is 'info'

  • PORT: the server port, default is 3000

  • API_PREFIX: the API path prefix, default is empty string ''

  • AUTH_SECRET: The authorization secret used during token verification.

  • VALID_ISSUERS: The valid issuer of tokens.

  • AUTH0_URL: AUTH0 URL, used to valid user token

  • AUTH0_PROXY_SERVER_URL: AUTH0 proxy server URL, used to valid user token

  • AUTH0_AUDIENCE: AUTH0 audience, used to valid user token

  • TOKEN_CACHE_TIME: AUTH0 token cache time, used to valid user token

  • AUTH0_CLIENT_ID: AUTH0 client id, used to valid user token

  • AUTH0_CLIENT_SECRET: AUTH0 client secret, used to valid user token

  • M2M_CLIENT_ID: Auth0 M2M Client ID for with all group related scope

  • M2M_CLIENT_SECRET: Auth0 M2M Client Secret for client ID

  • RESOURCE_API_URL: The Resources API URL

  • ADMIN_TOOL_API_URL: The Admin tool API URL

Local Deployment

  • Install dependencies npm install
  • Start app in dev mode npm run dev - it would use Nodemon, and restart the app on every code change.
  • Or start app in prod mode npm start
  • App will be running at http://localhost:3000

challenge-extension-api's People

Contributors

gunasekar-k avatar marioskranitsas avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.