Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
/ notes Public archive

Mobile-first Google Keep-like that use the Kanboard API

License

Notifications You must be signed in to change notification settings

EpocDotFr/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

A mobile-first Google Keep-like that use the Kanboard API.

Prerequisites

  • PHP 5.5 or newer
  • A web server with URL rewriting

Installation

  • Clone this repo, and then the usual composer install
  • Create a virtual host that point to the public/ directory (I'll let you Google for that)

Configuration

Configuration parameters are in src/settings.php. You'll need to change parameters under the kanboard key only (unless you know what you're doing).

Explanations about available parameters can be found in this file as well.

About the web server configuration: if you encounter troubles please refer to this page.

Usage

Go to the URL of your virtual host (e.g tasks.mydomain.com). You'll see the tasks (notes) from you Kanboard instance according to your configuration. You can then perform several operations like create new notes, delete notes, etc.

Notes is intended to be mobile-first.

How it works

Notes is built on Vue.js for the frontend, Slim (PHP) for the backend, and JSON-RPC to interact with the Kanboard's API.