https://github.com/ttskch/manivo
A household account book app named "manivo".
https://github.com/ttskch/manivo
Last synced: about 2 months ago
JSON representation
A household account book app named "manivo".
- Host: GitHub
- URL: https://github.com/ttskch/manivo
- Owner: ttskch
- Created: 2014-12-29T02:26:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T17:46:15.000Z (over 9 years ago)
- Last Synced: 2025-04-02T21:43:21.847Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manivo
[](https://heroku.com/deploy)
Now under developing.
## Requirements
* PHP 5.5+
## Getting started
Push `Deploy to Heroku` button, or:
```bash
$ git clone git@github.com:ttskch/manivo.git
$ cd manivo
$ composer install
$ cp var/conf/parse.php.placeholder var/conf/parse.php
$ vi var/conf/parse.php # tailor to your Parse.com app.
```
## Usage
```bash
$ php bootstrap/context/api.php get "app://self/users"
```