j4kim / minutes-reader

PHP & Vue minutes of meeting reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minutes Reader

A tool for those who like to write MoMs in MarkDown files.

The files are read by PHP in back-end and displayed by Vue in front-end.

Set up

Install PHP dependencies via Composer:

composer install

Install JavaScript dependencies via npm:

npm install

Develop

Run a local PHP server:

php -S localhost:1212

In another terminal, compile the app:

npx webpack

Rules

  • All MarkDown files are in a folder accessible from get_content.php, the folder path is set in .env
  • MarkDown file names start with a date in format YYYY-MM-DD
  • First line of a MarkDown file contains # followed by the title
  • Last line of a MarkDown file contains tags: followed by comma-separated tags

About

PHP & Vue minutes of meeting reader


Languages

Language:Vue 67.8%Language:PHP 18.8%Language:JavaScript 13.4%