An open API service indexing awesome lists of open source software.

https://github.com/ayaankhan98/poll-app-rest-service

A spring based REST service for polling app using spring boot, spring data rest, spring data JPA, MySQL, Hibernate-validator
https://github.com/ayaankhan98/poll-app-rest-service

java jpa mysql spring spring-boot

Last synced: 2 months ago
JSON representation

A spring based REST service for polling app using spring boot, spring data rest, spring data JPA, MySQL, Hibernate-validator

Awesome Lists containing this project

README

          

# Polling App Spring REST Service

A spring boot based REST service for a polling app using
- Spring Boot
- Spring Data JPA
- Spring Data REST
- MySQL

### REST services
- can create a poll with title, description and list of options
- can delete a poll
- vote for a option in a poll
- get a single poll

### Local setup
- Import in Eclipse, IntelliJ, STS, NetBeans etc.
- Don't forget to configure your data base properties in `application.properties` located under `resource` section.
- Apart form this Maven will take care of everthing.