3.1.5 User Account Creation
This page contains the required information about the engineering of the customer chat feature on the website.
Last updated
This page contains the required information about the engineering of the customer chat feature on the website.
Last updated
This feature is necessary to ease the website use of the user. The user can store information and always have to past, current, and future data on the platform. The table below shows how this will be engineered:
FEATURE | SERVICE INTEGRATED | PURPOSE OF THE SERVICE |
---|---|---|
Access to the code files for this feature will be available on our GitHub repository.
User Account Creation
Python (Django), MySQL
Django is a Python Framework for Backend services. This will make it easy to implement this feature.
MySQL will house the data of the users.