Skip to content

Make the application deployable as a container #7

@okaziya

Description

@okaziya

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...? 🙃

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions