Skip to content

devkult/colliving_cash

Repository files navigation

Colliving Cash

This is a project that helps people living together to honestly distribute expenses and keep records of them.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Docker
  • Docker Compose

Makefile Commands

The Makefile provides several commands to manage the application and its dependencies. Below is a list of the available commands:

Start the Application

make app
make storages

This command builds and starts the application using Docker Compose.

or

make all

Access the application at http://localhost:8000.

you can also use PgAdmin at http://localhost:5050.

Stop the Application

make app-down
make storages-down

This command stops the application and removes the containers.

Contributing

If you want to contribute to this project, please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors