An API to create, conduct and manage polls.
- Download and setup mysql-server.
- Create a database
polls. - Create a user with the credentials present at
src/main/java/resources/application.propertiesor update the credentials according to your choice. - Go to the root of the project and run
mvn clean install
mvn spring-boot:run
API documentation available at API