Notes App API

84 words - 1 min read

9/14/2022

photo credit


Notes App API is a learning app that from IDCamp intermediate schollarship on Fundamental Backend by Dicoding

Features permalink

  • Auth : authentication and authorization using JWT and using BFF (Backend for frontend)

  • Notes : Creating, Get, Edit, and Delete Notes, and Uploading Image to notes

  • Collaboration : Notes Collaboration on Editing notes
  • Export : Exporting Notes to the email using RabbitMQ. consumer app is here

What i Learn permalink

  • Authentication using BFF and best practice on JWT
  • Learning how to decoupled architecture using RabbitMQ as Queue Services

  • Learning how to use Migrate DB using PG-Migrate