The paths must be reachable from the root folder of the API application.
Adjust the backend url in the .env file.
- Clone the repository and navigate into the directory.
- Run
npm installto install all required depencies. - Run
npm startto start the application.
- Build and run the image with
docker buildanddocker run.