tophattom / cookbook

Simple cookbook web app with a flat file backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple cookbook web app with a flat file backend


Languages

Language:JavaScript 48.4%Language:HTML 43.3%Language:SCSS 7.2%Language:Dockerfile 1.1%