Welcome to the Feicount project repository. This project explores the efficient and simple management of shared expenses and finances within a group.
This project was developed by Faye Bullwinkel as part of the "Independent Coursework" course in the International Media and Computing program at the Berlin University of Applied Sciences.
Find more detailed information in the Project report.
- React is used for the development of the front end.
- An ASP.NET core is used for the development of the backend.
- A PostgreSQL database is used to store user information, group data and outputs.
- The command line tool dotnet ef is used in the .NET application to carry out migrations and generate database schemas.
To begin exploring this project, follow these steps:
- Clone this repository to your local machine:
git clone https://gitlab.rz.htw-berlin.de/s0581885/ic_02.git
- open the project
- run docker-compose up -d
- cd backend
- dotnet run --launch-profile feicount