/cookbook

Simple cookbook web app with a flat file backend

Primary LanguageJavaScript

Cookbook

Simple cookbook web app for personal use. Flat file backend makes it suitable for running on Raspberry Pi.

Building

  • Clone the repo
  • Add config.json file to the root. Sample is provided in config.sample.json
  • Add config.js file to client/src/config. Sample is provided.
  • Run npm install and npm run build
  • To start the server command npm start