Skip to content

gheinzer/officr

Repository files navigation

Logo

officr

GitHub release (latest by date including pre-releases) WebApp

What is it?

officr is mainly a todo list to rember things like homework and meetings. I wrote this for me, but maybe, someone is interested to try it put and post an issue, if something does not work.

Installation

  1. Download officr: git clone https://github.com/gheinzer/officr.git

  2. Install the required modules (See here)

  3. Start the back-end by running (sudo) node server.js

Requirements

  • You should have installed node.js on your machine
  • You should be able to install npm modules
  • git should be installed on your machine
  • You should have installed a mysql server
  • You should have installed all dependencies (run npm install in the root directory)