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...
- State management: Redux, BloC, repository patterns .
- Backend connection: API provider pattern.
- Invitation to group member: Firebase Dynamic Links.
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
This software uses the following packages:
Daruma - Backend - Backend part of Daruma.
GNU Affero General Public License v3 (AGPL)
GitHub - @zoro9519