Vladislp / Smart-Brain

Smart-Brain is a web application that allows users to upload their picture and automatically detects the location of the person's face in the image. (Work in progress)
0 stars 2 forks source link

10-Setup-Server #19

Open Vladislp opened 1 year ago

Vladislp commented 1 year ago

Is your feature request related to a problem? Please describe.

I'm facing difficulty setting up a server in my React project. Currently, I don't have a server-side component to handle data fetching or perform server-side rendering. This limitation is hindering the functionality and performance of my application.

Describe the solution you'd like

I would like to have a clear and concise solution for setting up a server in my React project. Ideally, I would like to have a server-side component or backend framework integrated with my project to handle data fetching, server-side rendering, and other server-related tasks efficiently.

Describe alternatives you've considered

I have considered a few alternatives to address this issue. One option is to use a separate backend framework, such as Node.js with Express, to handle server-side operations and API requests. Another alternative is to use serverless architecture, utilizing services like AWS Lambda or Firebase Functions, to handle server-side logic. However, both of these options require additional setup and integration, which can be time-consuming and complex.