Example of an application with a back-end Dropwizard and a client-side using angularJS. The application is used to create a user and access the informations of the user. The connexion to the Dropwizard API used Oauth securization.
Run:
- create dropwizard-server by making mvn clean package.
- Run java -jar target/Dropwizard-server-0.0.1-SNAPSHOT server config.yml
- Run the angularjs app npm start.