GoldenOwlAsia / python-django-api-template

0 stars 0 forks source link

Feedbacks #1

Open tranquangvu opened 1 year ago

tranquangvu commented 1 year ago

Please help to add these requirement:

- 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!

joe-nghiem-goldenowl commented 1 year ago

Hi @tranquangvu , I updated it. Can you review again, please ? Thanks.