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 install
to install all required depencies. - Run
npm start
to start the application.
- Build and run the image with
docker build
anddocker run
.