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.
- 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.
To run the Ledger Web Application locally, follow these steps:
- PHP installed on your machine (version X.X.X or later)
- Composer for PHP installed
- MySQL or any other preferred database system
- Clone the repository:
git clone https://github.com/yourusername/ledger-web-app.git
- Navigate to the project directory:
cd ledger-web-app
- Install dependencies:
composer install
- Set up your environment variables by copying
.env.example
to.env
and configuring your database and other necessary settings. - Run migrations and seeders to set up the database:
php artisan migrate --seed
- Start the Laravel server:
php artisan serve
- Access the application through your web browser at
http://localhost:8000
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.
We appreciate contributions! To contribute to the Ledger Web Application:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature
- Make your changes and commit them:
git commit -m 'Add feature'
- Push to the branch:
git push origin feature/my-feature
- Submit a pull request.
Please ensure that contributions adhere to our code of conduct.
For inquiries or support, contact us at prasadjunghare2@gmail.com.