真实项目,4 周获得项目经验
解释后端文件架构中每个文件夹的作用,包括 app
文件夹下的 controller
, model
, config
, services
, database
, errors
, middleware
, route
, utils
,以及 loaders
文件夹。
bcrypt
, dotenv
等。阐述前端文件架构中每个文件夹的作用,包括 api
, assets
, components
, config
, context
, pages
, hooks
, utils
等。
eslint
, cypress
, axios
等。git add
, git commit
, git push
等命令将本地项目上传到 Bitbucket。/api/register
。email
:用户的电子邮件地址。password
:加密后的用户密码。isAdmin
:布尔值,标识用户是否拥有管理员权限。refreshToken
:用于生成新的访问令牌。activeCode
:电子邮件验证所用的激活码。active
:布尔值,表示用户账户是否已激活。name
、avatarIcon
、userName
等个人信息字段。.env
文件在环境变量中存储敏感配置,如加密密钥(SECRET_KEY
)。.env.example
文件,指导如何配置必要的环境变量。/api/login
/api/forgot-password
创建忘记密码页面
Edge cases 处理
完成 Create User Setting 功能
POST /api/user-settings
)完成 Edit User Setting 功能
PUT /api/user-settings/:userId
)完成 Delete User Setting 功能
DELETE /api/user-settings/:userId
)完成 View User Setting 功能
GET /api/user-settings/:userId
)完成 Create Account Management 功能
POST /api/tasks
)完成 Edit Account Management 功能
PUT /api/tasks/:taskId
)完成 Delete Account Management 功能
DELETE /api/tasks/:taskId
)完成 View All Account Management 功能
GET /api/tasks
)Task
),包括标题、标签、状态、所属项目等字段完成 Create Comment 功能
POST /api/comments
)完成 Edit Comment 功能
PUT /api/comments/:commentId
)完成 Delete Comment 功能
DELETE /api/comments/:commentId
)完成 View All Comment 功能
GET /api/comments
)完成 View Comment 功能
GET /api/comments/:commentId
)地址
Level 10b, 144 Edward Street, Brisbane CBD(Headquarter)Level 2, 171 La Trobe St, Melbourne VIC 3000四川省成都市武侯区桂溪街道天府大道中段500号D5东方希望天祥广场B座45A13号Business Hub, 155 Waymouth St, Adelaide SA 5000Disclaimer
JR Academy acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. Aboriginal and Torres Strait Islander peoples should be aware that this website may contain images or names of people who have since passed away.
匠人学院网站上的所有内容,包括课程材料、徽标和匠人学院网站上提供的信息,均受澳大利亚政府知识产权法的保护。严禁未经授权使用、销售、分发、复制或修改。违规行为可能会导致法律诉讼。通过访问我们的网站,您同意尊重我们的知识产权。 JR Academy Pty Ltd 保留所有权利,包括专利、商标和版权。任何侵权行为都将受到法律追究。查看用户协议
© 2017-2024 JR Academy Pty Ltd. All rights reserved.
ABN 26621887572