Skip to content

Instantly share code, notes, and snippets.

@rjozefowicz
Last active June 12, 2021 06:18
Show Gist options
  • Save rjozefowicz/53d98fed2f41bdb322f7490c616acc22 to your computer and use it in GitHub Desktop.
Save rjozefowicz/53d98fed2f41bdb322f7490c616acc22 to your computer and use it in GitHub Desktop.
Spring Boot + AWS - StacjaIT - 12.06.2021

Spring Boot + AWS - StacjaIT - 12.06.2021

Przydatne linki:

Aplikacja company-dashboard

REST API endpoints

  • GET /attachments - list of attachments
  • POST /attachments - upload attachment
  • DELETE /attachments/{attachmentId} - delete
  • GET /attachments/{attachmentId} - download
  • GET /notes - list of notes
  • POST /notes - add new note
  • DELETE /notes/{noteId} - delete note

Architektura

alt text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment