Skip to content

ftore/quick-poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poll RESTful Application in Spring REST + Spring Boot

Introduction

Full featured poll application developed by Spring REST and Spring Boot. Features:

  1. RESTfull API
  2. Basic Authentication
  3. OAuth2 Authentication
  4. In memory authentication server for OAuth2
  5. HATEOAS

Install

1. Install Maven 3, if not installed

$ sudo apt-get install maven

2. Verify Maven 3 installation

$ mvn -version
Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.7.0_09, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-17-generic", arch: "amd64", family: "unix"

3. Run application

$ cd /application/path
$ sudo mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published