Skip to content

mikek4233/recipe-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe App

Motivation for this project

  • I wanted a super easy way to share recipes and search exisiting recipes.
  • I did not want to have rely on application that would either charge me or have my data subject to their terms.
  • I might want to add more custom functionality down the road.

Additonal Setup:

  • You will need a config folder, insider there is a keys file to put whatever keys are specific to your application.
module.exports = {
    mongodburl:"",
    facebookAppId:,
    facebookAppSecret:'',
}

Bugs

  • Feel free to open an issue for any bugs or enhancements.
  • If you're interested in contributing, that's wonderful =)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • CSS 8.1%
  • HTML 4.8%