Giter Site home page Giter Site logo

food-hub's Introduction

Foodhub

Foodhub

Foodhub is a recipe sharing web app that lets users find recipes from all over the world and share recipes of their own. With features like a searchbar, tags on recipes for different cuisines, and even a random recipe button, users can easily find recipes for familiar foods or branch out and try new dishes. Users can interact with recipes they love with likes and comments, as well as post recipes of their own to share with the world.

Foodhub

Quick setup instructions

In order to start the project, please download and install Node.js first:
Download on mac: https://nodejs.org/en/
Download on windows: https://nodejs.org/en/download/

Clone the repository here and enter the /recipes/ directory.

npm install

To install required packages for our web app.

npm start

This will run an instance on localhost:3000 which you can put into a browser.

IMPORTANT!!!

Our web app must be running under a private network connection!
Since Mongoose may not be stable under public network connection, data might not be properly read/written using some public network such as UCLA_WEB. A private connection such as personal wifi or mobile hotspot is required.

If npm install fails

If npm install fails, you can install the packages individually using the following commands:

npm install nodemon
npm install mongoose
npm install axios
npm install express-ejs-layouts
npm i passport
npm install passport-local
npm install passport-local-mongoose
npm install express-session

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.