Bill-BuDyy / Bill-Buddyy-Backend

Bill Buddy is a user-friendly expense-sharing app designed to simplify splitting bills and expenses among friends, roommates, or groups. The app helps users keep track of shared expenses, calculates individual contributions, and facilitates seamless settlement. With features like real-time expense tracking, automated calculations & user-friendly UI
0 stars 3 forks source link

Added Docker support for backend (DWOC) #8

Closed UncleWeeds closed 7 months ago

UncleWeeds commented 8 months ago

This pull request addresses issue #5 by introducing a Dockerfile for the backend and a docker-compose.yml file to orchestrate both the backend and the database services. The integration of Docker Compose allows the entire setup to be brought up with the simple command docker-compose up --build, streamlining the development and deployment process.

Changes include:

This update simplifies the initial project setup, minimizes potential setup errors, and ensures consistency across development environments.

Fixes #5

UncleWeeds commented 8 months ago

@pawannitt-26 , check this PR whenever you are free