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
- Host: GitHub
- URL: https://github.com/ayaankhan98/poll-app-rest-service
- Owner: ayaankhan98
- Created: 2021-11-30T18:43:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T17:50:56.000Z (over 4 years ago)
- Last Synced: 2025-10-19T10:11:00.956Z (9 months ago)
- Topics: java, jpa, mysql, spring, spring-boot
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.