Skip to content

jacekgajek/spring-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

sample CRUD

Use docker-compose up to start db and initialize a keyspace. The project can be run and developed with openjdk version "11.0.7". notes.iml is a project file for the Intellij Idea IDE.

API

sample requests are in this file: /src/test/kotlin/clebre/notes/sample_requests.http

POST /api/notes

GET /api/notes

GET /api/notes/{id}

DELETE /api/notes/{id}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published