Financify is a web application designed to simplify the process of splitting bills among friends and acquaintances. Tired of the hassle of keeping track of who owes whom after a group dinner, trip, or any shared expenses? Financify has you covered. Financify allows users to easily manage and settle debts, ensuring that everyone pays and gets paid accurately.
- Clone the repository
git clone https://github.com/software-students-fall2023/5-final-project-generators.git
- Navigate to the project directory
cd 5-final-project-generators
- Setup the environment variables
cp .env.example .env
- Build the images
docker-compose build
- Run the containers
docker-compose up -d
- Open the application in your browser
http://localhost:8001
- To stop the containers
docker-compose stop
OR
- Open the application in your browser: http://financify.soyuj.com
- Link to the Task Board:
- The Web App is tested using Github Actions on every push to the main branch and approved pull requests.
- Link to container images hosted on Docker Hub: