giftofgrub / recipeApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReciPeep App

ReciPeep is a concept app created to show a recipe sharing platform. Anyone can view the posted recipes,but other features need the user to be registered. Once registered, users can create recipes and comment on recipes

The app is served via Express running on a NodeJS backend, MongoDB managed by Mongoose as data storage, and EJS templates for the frontend.


Features

  • User account creation: User authentication is done using Passport
  • Recipe creation: users can post new recipes.
  • Comment creation: users can post comments to any recipe

Using the app

Coming from the cloned project folder, install all dependencies

$ npm install

If using a local MongoDB Database, on a separate terminal

$ mongod

Start server

$ node app.js

About


Languages

Language:JavaScript 47.8%Language:HTML 45.3%Language:CSS 6.9%