You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove movies module.
- Rename api_crud to app or api.
- Use postgresql engenie for database config.
- Allow set database config by ENVs.
- Add .env.example for all ENVs used in the template.
- password2 should be password_confirmation (my opinion: don't really need password_conformation in api side, it can be handle from client side).
- url /auth/token should be /auth/login.
- Add python linter.
- Allow to custom jwt secret, expire time from ENV.
- Add test for auth module.
- Add api document with swagger.
- Allow to run background task.
- Do we have any other required package for production? If have, please add them!
The text was updated successfully, but these errors were encountered:
Please help to add these requirement:
- Remove movies module.
- Rename
api_crud
toapp
orapi
.- Use postgresql engenie for database config.
- Allow set database config by ENVs.
- Add .env.example for all ENVs used in the template.
-
password2
should bepassword_confirmation
(my opinion: don't really need password_conformation in api side, it can be handle from client side).- url
/auth/token
should be/auth/login
.- Add python linter.
- Allow to custom jwt secret, expire time from ENV.
- Add test for auth module.
- Add api document with swagger.
- Allow to run background task.
- Do we have any other required package for production? If have, please add them!
The text was updated successfully, but these errors were encountered: