Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 409 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 409 Bytes

RESTFULL WITH GO-FIBER AND MONGO

TODO

  • Repository

    • UserRepository

      • Create
      • Update
      • FindOne
      • Delete
    • UserRepositoryImplementation

      • Create
      • Update
      • FindOne
      • Delete
  • Service

TODO

  • Controller

Todo

  • Validation Request

TODO

  • Generate Exception Fo Particular Request

TODO