Giter VIP home page Giter VIP logo

money-pot's Introduction

money-pot

a simple PHP web app for individual money lenders to keep track of clients and loan lend outs built with Laravel

Installation

  • clone repository and install composer dependencies
  • create database i.e money_pot in your mysql database server
  • run migrations
  • seed database with default user using php artisan db:seed

money-pot's People

Contributors

dependabot[bot] avatar fraganya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

muchanga 0ryson

money-pot's Issues

loan updates

Implement functionality to enable user update applicable loan details

messaging

Implement functionality to send reminder messages to clients on demand or when loan due date is approaching

Penalties

Implement functionality to keep report lend outs that are past their due date

Login Credentials

Please let me know the user credentials

Setup application:

Requirement:
    PHP : sudo apt-get install -y php7.4 php7.4-fpm php7.4-cli php7.4-json php7.4-common php7.4-mysql php7.4-zip php7.4-gd php7.4-mbstring php7.4-curl php7.4-xml php7.4-bcmath

Composer:
    php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
    php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
    php composer-setup.php
    php -r "unlink('composer-setup.php');"

Run Migration:
    sudo php artisan migrate:fresh --seed
Run Application:
    sudo php artisan serve
Open Browser:
    http://127.0.0.1:8000/login

Thanks in Advance.

Settings

Implement functionality to enable a user customize application to their settings and rules i.e name of operating firm/company

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.