Skip to content

abrogow/NotesViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Execution and Setup

You can use gradle wrapper to build project and run tests

$ ./gradlew clean build
$ ./gradlew test

You can run project directly from your IDEA and use swagger tool to call the API

http://localhost:8080/swagger-ui/index.html

You have to be authorized before calling the API

username: user
password: password

You can run application with customized properties

app:
  note:
    default-expiration-time-in-mins: 10

You can set default note expiration time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published