/taberu

Greenfield Project

Primary LanguageJavaScript


Logo

taberü

Make cooking and eating more enjoyable for yoü and yoür family

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact
  4. Acknowledgments

About The Project

There are many great cooking apps, but this one is the one you need.

Here's why:

  • As people who care about the environment we don't want to throw away ANY food and what's the best way to achieve that? To not get food that we or our loved ones do not like.
  • Of course we can always ask our loved ones about their preferences, but human memory is not perfect. Why risk forgetting something when we can have it saved and easily accessible?
  • This app will let your loved ones be a part of decision making process and feel that their opinion matters.

(back to top)

Built With

React

Getting Started

Get a local copy up and follow these simple steps.

Prerequisites

To use this software you will need npm. To install run

  • npm
    npm install npm@latest -g

And postgres. After installing postrgess create database called "taberu".

Installation

After installing npm

  1. Clone the repo SSH
    git clone git@github.com:Hiro-Kanetake/taberu.git
    HTTPS
    git clone https://github.com/Hiro-Kanetake/taberu.git
  2. Install NPM packages
    cd server
    npm install
    cd ../client
    npm install
  3. Run express app in /server/
    npm run dev
    And react in /client/
    npm run start
  4. Run migrations in /server/
    npm run migrate

(back to top)

Contact

Hiro Kanetake - github Tomomi Kugai - github Sergei Koshelev - github

Project Link: https://github.com/Hiro-Kanetake/taberu

(back to top)

Acknowledgments

(back to top)