Code Monkey home page Code Monkey logo

money's Introduction

What is this?

This is a simple work-in-progress money management web-app done by myself to practice some Codeingiter.

Release Information

ATTENTION: I needed to make a fix on Codeigniter in order to work with Grocery CRUD. It seems it will be fixed on next release. I'm using 3.1.3. Here's the fix: https://github.com/bcit-ci/CodeIgniter/pull/4975/commits/b9ac1a1c268dd6590bb8fb283f45326ce3e0c919

I also needed to make changes to application/.htaccess and copy it to the project root directory in order to work without the "index.php" in the URLs. I erased all content from the file and put: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /money RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>

I used this tool to create migration from the database I've created by hand: https://github.com/liaan/codeigniter_migration_base_generation

So all you have to do to create the database is run codeigniter migration normally. If you don't know how to do it, this is a very good guide: http://developer-paradize.blogspot.com.br/2015/04/how-to-implement-database-migrations.html

TODO

  • Interface Improvements
  • Graph screen showing entries by categories and tags
  • Login to protect data and allow more than one user per installation

Server Requirements

PHP version 5.6 or newer is recommended.

It should work on 5.3.7 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.

Installation

Please see the installation section of the CodeIgniter User Guide.

And then copy the files from this repository to the same folder, overwriting files if asked.

Resources

Report security issues to our Security Panel or via our page on HackerOne, thank you.

money's People

Contributors

somestudent avatar

Watchers

James Cloos avatar João Gabriel 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.