Coder Social home page Coder Social logo

sidiqaldi / nyatet-duit Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.6 MB

finance management application built with Laravel PHP framework. It provides users with tools for budgeting, expense tracking, and insightful reports and analytics, all in a simple and intuitive interface.

PHP 40.20% JavaScript 0.71% CSS 1.17% Vue 42.69% TypeScript 10.59% Blade 4.64%

nyatet-duit's Introduction

NyatetDuit

NyatetDuit is an open-source finance management application built with Laravel PHP framework. It provides users with tools for budgeting, expense tracking, and insightful reports and analytics, all in a simple and intuitive interface.

Installation

To get started with NyatetDuid, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/sidiqaldi/nyatet-duit
  1. Navigate to the project directory:
cd nyatet-duit
  1. Install composer dependencies:
composer install --no-dev
  1. Copy the .env.example file and rename it to .env:
cp .env.example .env
  1. Generate an application key:
php artisan key:generate
  1. Generate an application key:
php artisan storage:link
  1. Update the .env file with your database connection details. Set the DB_CONNECTION to sqlite and update the DB_DATABASE path to point to your SQLite database file:
DB_CONNECTION=sqlite
DB_DATABASE=/path/to/database.sqlite
  1. Create an empty SQLite database file:
touch database/database.sqlite
  1. Run the database migrations and seed the database:
php artisan migrate
  1. Install NPM dependency and Build asset
npm ci && npm run build
  1. Serve the application:
php artisan serve
  1. Access the application in your web browser at http://localhost:8000.

Requirements

  • PHP 8.2
  • Composer
  • SQLite
  • Node.js >= 20

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.

License

This is open-source software licensed under the MIT license.

nyatet-duit's People

Contributors

sidiqaqi avatar sidiqaldi 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.