This is a project that helps people living together to honestly distribute expenses and keep records of them.
Before you begin, ensure you have the following installed on your machine:
- Docker
- Docker Compose
The Makefile provides several commands to manage the application and its dependencies. Below is a list of the available commands:
make app
make storagesThis command builds and starts the application using Docker Compose.
or
make allAccess the application at http://localhost:8000.
you can also use PgAdmin at http://localhost:5050.
make app-down
make storages-downThis command stops the application and removes the containers.
If you want to contribute to this project, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.