https://github.com/jchojdak/pollgenerator
PollGenerator is application for creating and voting in anonymous polls.
https://github.com/jchojdak/pollgenerator
docker-compose java-17 spring-boot-3
Last synced: about 1 year ago
JSON representation
PollGenerator is application for creating and voting in anonymous polls.
- Host: GitHub
- URL: https://github.com/jchojdak/pollgenerator
- Owner: jchojdak
- Created: 2024-02-07T23:59:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T22:51:10.000Z (about 2 years ago)
- Last Synced: 2025-05-07T18:12:53.688Z (about 1 year ago)
- Topics: docker-compose, java-17, spring-boot-3
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PollGenerator
### Information:
PollGenerator is an application for creating and voting in anonymous polls.
### Types:
* SINGLE_CHOICE
* MULTIPLE_CHOICE
### Before starting:
Create a `.env` file in the project's directory and add the following environment variables:
```
MYSQLDB_USER=user
MYSQLDB_PASSWORD=password
MYSQLDB_ROOT_PASSWORD=P@ssw0rd
MYSQLDB_DATABASE=pollgenerator
```
### Starting up
To launch the application, follow the steps:
1. Clone project
```
git clone https://github.com/jchojdak/pollgenerator.git
```
2. Open cloned directory
```
cd pollgenerator
```
3. Start the application using docker-compose
```
docker-compose up -d
```
### Swagger UI
```
http://localhost:8080/swagger-ui/index.html
```