Smuget is smart home bugdet manager application for your home finances and piggybank's. This repository contains REST API for the application.
This repository is part of set of applications that works together. This module is responsible for the backend part of the smuget
application.
smuget
is the application that will help you with your home buget planning, saving and spending money. It allows you to create moneyboxes to differentiate other finances from your main buget (for example savings for a car or for the future).
Project is built with:
- .NET - is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, IoT, and more.
- PostgreSQL - is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
To run this project using Docker, you need to have installed and configured Docker on your computer. Next clone this repository to your local computer and proceed to terminal. In the terminal go to the root folder of this repository and type command in your console:
docker-compose up -d --build
Do not hesitate and create issue with descriptive informations what you have found. I will do my best to resolve it.