Bonifase / my-recipe

A recipe organizer. Still a work in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintainability

My Recipe

A recipe organizer.

Description

If you're looking for a recipe organizer because you need something to bridge the paper and electronic divide,My Recipe is the service for you. My Recipe is free to join and use. Robust recipe organizing capabilities.

Development set up

  • Check that node js is installed:

    node -v
    >> node v8.11.3 and later
    
  • Check that postgres is installed:

    postgres --version
    >> postgres (PostgreSQL) 10.1
    
  • Clone the my-recipe repo and cd into it:

    git clone https://github.com/Bonifase/my-recipe.git
    
  • Install dependencies:

    npm install
    

Contribution guide

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

About

A recipe organizer. Still a work in progress


Languages

Language:JavaScript 58.8%Language:HTML 40.0%Language:CSS 1.2%