- Build the docker image by running the file build_images.sh
- Run the file named run_dev.sh
- Observe the logs from the terminal and fix/update the API accordingly
- Access the Swagger UI to see the API list at http://127.0.0.1:8086/docs
- Build the docker image by running the file build_images.sh
- Run the command
docker compose -f docker-compose.dev.yml up -d --build - Observe the logs from the terminal by running the command
docker compose -f logs
- Build the docker image by running the file build_images.sh
- Run the file named run_prod.sh
- Running sh files in Linux and Windows have different methods respectively.
- In Linux OS, make the file executable first by
chmod +x <file name>- Then run
sh <file name>
- Then run
- In Windows terminal, just type in the name of the file