Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 669 Bytes

GO + Iris Api Backend

Intent to be a re-usable shell for GO + Iris backends apis projects

🧮 Change Log

Current version _0.00

April, 2021

  • Authentication & Authorization, plus Session Expiration [untested]
  • Sample auth provider implemented [untested]

March, 2021

  • Scaffolding aiming for a clean architecture
  • Incoming validation with go-playground/validator/
  • Go-Pg Orm integration
  • Postgres Migrations (see MkMigrations method)
  • ...

📝 Notes

  • ...

⌚ Pending