Skip to content

nwmandel/recipr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipr

Wondering what to eat today? Already had pizza the past few days? Recipr is a website that allows users to search for new recipes based on all sorts of qualities! Can try to find foods that are crunchy, spicy, baked, red, etc... You'll be able to discover new easy to make recipes right here!

Getting Started

Clone the repo!

Prerequisites

Make sure you have Node (>8.7.0) and npm (>5.4.2). We used Node 8.7.0 and npm 5.4.2.

Installing

Local Installation

MacOS, Windows, Linux: Navigate to recipr/app/

npm install
npm run build
$ npm run dev

> [email protected] dev recipr/app
> cross-env NODE_ENV=development webpack-dev-server --open --inline --hot

Project is running at http://localhost:8080/
webpack output is served from /dist/
404s will fallback to /index.html

A new tab will open up running on localhost:8080

Running the tests

Navigate to recipr/testing

To test the json parsing:

node parset.js

Deployment

See deploy_heroku.txt for steps to deploy on heroku!

Built With

  • Vue.js - The web framework used
  • npm - Dependency Management

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • Spoonacular for letting us use their API service.

About

Find new recipes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages