Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

mohitmutha/appdirect-techchallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppDirect Tech Challenge

The following notifications are integrated

  • Subscription Create
  • Subscription Cancel
  • Assign User
  • Unassign User

Open id authentication with AppDirect is also implemented

The following are the notification end points GET /appdirect/subscription/create?url={url} GET /appdirect/subscription/cancel?url={url} GET /appdirect/user/assign?url={url} GET /appdirect/user/unassign?url={url}

The following protected endpoints are accessible after authentication GET /accounts GET /accounts/{id} GET /accounts/{id}/users

The application is currently live at http://13.55.56.16/

Requirements for building the application

  • Java 8
  • Maven (3.x)
  • Docker (optional)

Test are not implemented

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages