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
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
spring boot
spring data jpa rest
java 8
maven 3
postgresql 9.5
bootstrap 3
jquery 1.9.1
- Artem Savich - Initial work - Mello007