Skip to content
/ crisp Public

A recipe recommendation engine for people who want to try cooking more plant-based meals

License

Notifications You must be signed in to change notification settings

ivallee/crisp

Repository files navigation

Crisp

A recipe recommendation engine for people who want to try cooking more plant-based meals.

Features

Customize your search based on ingredients to include or exclude, dietary restrictions, allergies, preferred cuisine or type of meal.

Users can make searches without registering. Signing up provides more utility for the user however. Logged in, the user can:

  • Set default filters that will apply to any searches (handy for things like allergies)
  • Save recipes
  • Create categories to organize their newly found recipes

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  3. update recipes.js with your api url of choice
  4. Install dependencies: npm install
  5. Run migrations: npm run knex migrate:latest
  6. Run the server(s): npm start
  7. Visit http://localhost:3000/

Dependencies

Screenshots

Search Recommendations Details User-page

About

A recipe recommendation engine for people who want to try cooking more plant-based meals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published