Daruma Logo

? Daruma – Frontend ?

Shared expenses management system built on top of NestJS and Flutter.

Table of Contents

About the project

This repository holds my final year project during my time at the University of Córdoba titled “Daruma, shared expenses management system” built with NestJS framework.

The purpose of this project is to learn new technologies like NestJS and Flutter and apply concepts about Software Desing like Domain-Driven-Desing, CQRS, Event Sourcing, Clean code, unit, integration and End-to-End testing, etc.

Daruma allows users to easily manage shared expenses made in a group, including the management of recurring expenses like Netflix, HBO, etc…

Key Features

  • State management: Redux, BloC, repository patterns .
  • Backend connection: API provider pattern.
  • Invitation to group member: Firebase Dynamic Links.

Install, build and run!

DISCLAIMER: It is necessary to run backend server in order to use mobile app. For that, it is necessary to download, build and run “Daruma Backend”, located in this repository

After running backend server, clone and run this application, you’ll need Git installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/AdrianLopezGue/daruma-frontend

# Go into the repository
$ cd daruma-frontend

Download Android Studio or Visual Studio with Flutter editor plugins. After that, open the project and install dependencies from pubspec.yaml by running the following command:

$ flutter packages get

Built With

This software uses the following packages:

Related

Daruma – Backend – Backend part of Daruma.

License

GNU Affero General Public License v3 (AGPL)

Contact

GitHub – @AdrianLopezGue LinkedIn – Adrián López Guerrero

GitHub

View Github