Skip to content

Mello007/vote-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application "Voting"

This is web-application, that able to:

1. Create and delete votes
2. Close and open votes
3. View statistics
4. Filter results
5. Search results
6. Generate link for the voting

Quick start

1. You must have postgresql! Download it (version 9.5 or later) and create new database. 

2. Change the settings in file: src/main/resources/applications.yaml
In terminal, Navigate to the folder with project and write: 

3. mvn clean package

4. mvn spring-boot:run

Prerequisites

spring boot
spring data jpa rest
java 8
maven 3
postgresql 9.5
bootstrap 3
jquery 1.9.1

Screenshots

Add new voting:

Alt text

View added voting:

Alt text

View statistics:

Alt text

Without sort:

Alt text

After sort:

Alt text

Searching

Alt text

Close voting

Alt text

What's wrong when voting is closed

Alt text

Author

  • Artem Savich - Initial work - Mello007