mayajs/sample

๐Ÿš€ FEAT: Simple Login Api

mackignacio opened this issue ยท 1 comments

๐Ÿ“ Description

Create a mayajs project that demonstrate how to create a simple login api.

๐Ÿ“‹ Todo:

  • Create a mayajs app
  • Create user controller
  • Create login end point
  • Add validation for login endpoint
  • Add error response when password is not correct
  • Add error response when username is not correct

๐Ÿ” Additional Info

Add any other context or screenshots about the feature request here.

I have finished this sample login API in PR #16 ๐Ÿ‘ ๐Ÿ’ฏ ๐Ÿ˜„