Git Product home page Git Product logo

familybudget's Introduction

FamilyBudget

Simple family budget management application built with React, .NET Core, and PostgreSQL. Application consists of a client application and a server application that communicate via REST API.

Technologies Used

  • React
  • TypeScript
  • Mantine UI
  • .NET Core
  • C#
  • Entity Framework Core
  • MediatR
  • PostgreSQL
  • Docker

Running the Application Locally

Step 1: Start the Database using Docker

Navigate to the root directory of the project, where the docker-compose.yml file is located, and run:

docker-compose up -d

Step 2: Install client dependencies and run application

Navigate to the /client directory and run:

npm install
npm run dev

Step 3: Restore .NET Packages and start the server application

Navigate to the /src/FamilyBudget.Api directory, and run:

dotnet restore
dotnet run

Access the Application

Client application:

http://localhost:3000

Server application:

http://localhost:5000
or
https://localhost:5001

To login, use the following credentials:

email: [email protected]
password: FamilyBudget23#

Important Notes

Creating new users

To create new users, you need to login as the owner user, and then navigate to the Users tab.
In there, you can click the Add User button to create new user.
To share the plan, at least one additional user except the owner is required.

❗For simplicity, each new user has the same password:

FamilyBudget23#

Creating new budget plans

To create new budget plans, you need to login first, and then navigate to the Budget tab.
In there, you can click the Add Budget Plan button to create new budget plan.

familybudget's People

Contributors

gabrieldrozd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.