Things you need to run this application:
- Docker
-
Starting Docker Container
Use Docker Compose to set up the necessary environment.
Run the following command to start the container in the background.$ docker-compose up -d
-
Building the Application Next, use the Makefile to build the application. Run the following command.
$ make build
-
Running the Application Once the build is complete, run the application with the following command.
$ make run