Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 281 Bytes

Web backend

Project local setup:

1- Create a .local.env file in the root directory which you can later use to define secret variables.

2- Build the project's Docker images:

make build-images

3- Run the project's Docker images:

make run-images