包含 "image processing" 和 "user authentication" 步骤的应用程序的前端和后端开发

frontend & backend development of an application containing "image processing" and "user authentication" steps

我打算构建一个移动应用程序(android 和 iOS),但我很困惑。我的想法很简单: 用户使用her/his手机phone拍照,照片被发送到服务器,服务器检查用户是否已经注册(用户认证),如果he/she是注册用户, his/her 照片将被处理(一些图像处理步骤),最后将处理后的图像发送回用户的手机。

我知道我应该有一个前端和一个后端。我应该使用什么编程语言?我用谷歌搜索了很多但没有成功。有人建议使用 Laravel 进行用户身份验证,但我不确定 Laravel 是否也可以处理图像处理步骤。

感谢任何帮助。

由于不知道您的经验和编程语言的偏好,我建议从 Django framework, which is based on Python and receives a growing interest after its release in 2005. Probably the most famous project using Django is Instagram 开始,其核心功能与您所追求的接近。

您可以在此处找到一个很好的示例项目:

https://github.com/axelpale/minimal-django-file-upload-example