Git Product home page Git Product logo

kitchengeek-server's Introduction

Kitchen Geek

App Screenshot

Recalculating recipe servings can be time-consuming. A recipe may offer a large serving but you want less. And vice versa.

Kitchen Geek helps people discover recipes based on available ingredients, resize servings, and tracks needed ingredients.

Server Features

This server allows the Kitchen Geek client to store, read, delete and check for bookmarked recipes.

  • All data is stored in a JSON file
  • The client interacts with the JSON file through an API made with Node and Express.

Installation

Server

  1. Clone or download this project (Click the green code dropdown above).
  git clone https://github.com/Pensive1/KitchenGeek.git
  1. Open your terminal and install NodeJS. If you have node, please skip this step.
  npm install npm@latest -g
  1. In your terminal or code editor, browse into the folder.

  2. Run npm install to download the necessary packages

  npm install

Note: This project requires API details in a .env file. Send me an email for details, fill in the quotes then rename .env.example to .env.

  1. Once complete, type npm start to run the server.

Note: The server must run at all times for Kitchen Geek to run effectively.

Client

Head back to the client repo to continue installation.

kitchengeek-server's People

Contributors

pensive1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.