Giter Club home page Giter Club logo

financeapp-be's Introduction

FinanceApp-BE

Introduction

FinanceApp-BE is a backend service for managing and tracking financial investments, created for learning and development purposes.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/Juanormelli/FinanceApp-BE.git
  2. Navigate to the project directory:
    cd FinanceApp-BE
  3. Install dependencies:
    dotnet restore
    ``## Usage
    
  4. Update appsettings.json.
  5. Run the application:
    dotnet run

Features

  • Manage financial investments
  • CRUD operations for investment data
  • Generate performance reports
  • User authentication and authorization

Dependencies

  • .NET Core SDK
  • Entity Framework Core
  • SQL Server

Configuration

Update the appsettings.json file with your configuration settings:

{
  "ConnectionStrings": {
    "DefaultConnection": "YourConnectionStringHere"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information"
    }
  }
}

Modules

User Module

  • Controller: Manages user endpoints (register, login, profile).
  • Model: Defines user properties (Id, Username, PasswordHash, Email, CreatedAt).
  • Repository: Handles data access (Register, Authenticate, GetById).
  • UseCase: Contains business logic (ExecuteRegister, ExecuteAuthenticate, ExecuteGetProfile).

Project Structure

  • Controllers: Contains API controllers for handling HTTP requests. Example: UserController.
  • Models: Defines the data structures used in the application. Example: User.
  • Repositories: Contains classes for data access logic. Example: UserRepository.
  • UseCase: Contains business logic for different operations. Example: UserUseCase.
  • Migrations: Stores database migration files.
  • Properties: Contains configuration files such as launchSettings.json.

Troubleshooting

  • Ensure the .NET Core SDK is installed.
  • Verify your database connection string in appsettings.json.
  • Check the application logs for error details.

Contributors

License

This project is licensed under the MIT License. See the LICENSE file for details.

financeapp-be's People

Contributors

juanormelli 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.