forked from okaziya/web-interview
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Related to #1; the application is only able to run locally, as two separate processes on a developer computer with node≥20 installed. To make it into something that can run on a server, we should build the frontend app and ship it with the backend. If the backend receives requests on the /api/... path from a user, handle it with the current API call request handlers, but there should also be other request handlers that are able to serve the React app to the user. Maybe the Kubernetes-guy @mblomdahl could contribute on this...? 🙃
Reactions are currently unavailable