Giter Club home page Giter Club logo

admin-app's Introduction

CircleCI

support-admin-app

Support application

Internal application used to administer specific support tasks related to the Topcoder platform.

Software Requirements

  • node.js v6+
  • npm v3+
  • Google Chrome browser version >= 55.0.2883.0

Installation

To install npm dependencies run:

npm install

Configuration

The configuration is provided in config.json in the base directory. It contains four environments (local, dev, qa, prod) which are controlled by the BUILD_ENV environment variable, it defaults to the dev environment if BUILD_ENV is empty.

The following configuration parameters are available:

Name Description
API_URL URL of the topcoder API
ADMIN_TOOL_URL URL of the admin tool API
API_VERSION_PATH Version of the API
COOKIES_SECURE If true the cookies set by this App will only be transmitted over secure protocols like https.
AUTH_URL Url of Topcoder auth form
ACCOUNTS_CONNECTOR_URL Url to TC account connector
JWT_V3_NAME jwt V3 cookie name
JWT_V2_NAME jwt V2 cookie name
OAUTH2_TOKEN_NAME OAuth2 token name
OAUTH2_TOKEN_EXPIRETIME_TAGNAME OAuth2 token expire time tag name
SPIGIT_API_URL SPIGIT api base url
SPIGIT_API_VERSION_PATH SPIGIT api version path
GROUP_V5_API_URL URL of the v5 Groups API
LOOKUP_V5_API_URL URL of the v5 Devices API

Start the Application

As application uses Topcoder authorization we have to run it on the one of allowed domains. For development purposes we can use local.topcoder-dev.com:3000. So before run we have to add into hosts file the line 127.0.0.1 local.topcoder-dev.com. Be aware, that we also have to run on the port 3000 to be able to authorize when run locally.

Simply execute the following command to start the app in development mode (with browsersync)

npm install
npm run build
npm run dev

Application will be hosted and running at http://local.topcoder-dev.com:3000.

Execute E2E Tests

Before executing the end-to-end (e2e) protractor tests, these environment variables should be set:

Name Description Default Value
BUILD_ENV Deployment configuration to be tested by e2e tests. See Configuration for possible values. Defaults to dev.
TEST_PORT Port from which to serve the app for e2e tests. Defaults to 3000.

npm test

Fallback instruction in case the npm scripts fail

Install global dependencies

npm install -g [email protected]

Install project dependencies

npm install

Start the Application

gulp serve

Build the Application

gulp build

Execute E2E Tests

gulp protractor

Update to Push CI

admin-app's People

Contributors

ajefts avatar huangqun avatar maxceem avatar riteshsangwan avatar mishacucicea avatar gunasekar-k avatar gus-costa avatar sah2ed avatar sudoster avatar dmessing avatar ramapemmaraju avatar bannie2492 avatar nkumar-topcoder avatar mtwomey avatar dependabot[bot] avatar parthshah avatar dulanja33 avatar rootelement avatar pfilippi24 avatar riteshtc avatar sachin-maheshwari avatar m-yadav avatar

Watchers

James Cloos 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.