thejunghare / ledger

A laravel web app that manages your finances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ledger Web Application (Laravel 10)

The Ledger Web Application built on Laravel 10 is a comprehensive financial management tool aimed at simplifying day-to-day finance tracking for individuals and small businesses.

Features

  • Transaction Management: Record and manage income, expenses, and account transfers seamlessly.
  • Account Balances: Track account balances and review transaction history effortlessly.
  • Secure Authentication: Access your financial information securely with user authentication and authorization features.

Getting Started

To run the Ledger Web Application locally, follow these steps:

Prerequisites

  • PHP installed on your machine (version X.X.X or later)
  • Composer for PHP installed
  • MySQL or any other preferred database system

Installation

  1. Clone the repository: git clone https://github.com/yourusername/ledger-web-app.git
  2. Navigate to the project directory: cd ledger-web-app
  3. Install dependencies: composer install
  4. Set up your environment variables by copying .env.example to .env and configuring your database and other necessary settings.
  5. Run migrations and seeders to set up the database: php artisan migrate --seed

Usage

  1. Start the Laravel server: php artisan serve
  2. Access the application through your web browser at http://localhost:8000

Configuration

Customize the application by modifying the configuration files located in the config/ directory. Adjust settings like currency format, default categories, or authentication methods to suit your requirements.

Contributing

We appreciate contributions! To contribute to the Ledger Web Application:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/my-feature
  3. Make your changes and commit them: git commit -m 'Add feature'
  4. Push to the branch: git push origin feature/my-feature
  5. Submit a pull request.

Please ensure that contributions adhere to our code of conduct.

Contact

For inquiries or support, contact us at prasadjunghare2@gmail.com.

About

A laravel web app that manages your finances.


Languages

Language:CSS 65.9%Language:PHP 12.2%Language:Blade 11.5%Language:HTML 9.3%Language:JavaScript 0.9%Language:Vue 0.1%Language:SCSS 0.0%