YousefZinsazK78 / simplenoteapp

simplenoteapp for crud and using some default feature in gin-gonic framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple note app

very very simple note rest api (ntoe api)

just insert note , view , update and delete note! 🎉

this simple project has normal crud and some of this features of note app

  1. validation
  2. logger
  3. login / register / jwt auth middleware
  4. gin framework
  5. migration file

features

  • crud note (create , view , update , delete)
  • crud user (create, view, update, delete)
  • jwt authentication (sign in / sign up)

About

simplenoteapp for crud and using some default feature in gin-gonic framework

License:The Unlicense


Languages

Language:Go 99.6%Language:Makefile 0.4%