Skip to content

AlexKluev1989/SurveyTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run?

Create new table or specify existing in Postgres. Configure access by specifying url, username and passowrd in src/main/resources/application-default.properties file.

Example:

##PostgreSQL
spring.datasource.url=jdbc:postgresql://localhost:5432/survey_db
spring.datasource.username=postgres
spring.datasource.password=123456

Open folder with survey project in console.

Compile, test, package

gradlew clean bootJar

run

gradlew bootRun

Use your favourite REST Client to access survey API.

Also after app is started the API documentation is available on url

http://localhost:8080/swagger-ui.html#/survey45controller

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages