Skip to content
/ green Public

๐Ÿ A household bill management service written in PHP at the University of Warwick

Notifications You must be signed in to change notification settings

tgdn/green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

40 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Green

A household management service written in PHP at the University of Warwick.

How it works

The application is a PHP micro-framework, it works as is, dependencies are:

  • PHP 5
  • SQLite3
  • NodeJS
Installation

Go to public/static/js/ and run

npm install # this will install dependencies (webpack, react, ...)
npm run build # this will compile and watch changes in the JS. Break once it's finished

Update the config file in application/config.php so that you can configure where the db file lives.

Check that sqlite is installed and that the server is running. It should work out of the box.

About

๐Ÿ A household bill management service written in PHP at the University of Warwick

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published