Skip to content

Sathvika2404/ChefBook

Repository files navigation

CHEF BOOK

Recipe Platform 🍛

Simple recipe web application built using Node.js, Express, MongoDB, and HTML/CSS/JavaScript.

Users can register, login, and view recipes.


Features

  • User Registration
  • User Login (bcrypt password hashing)
  • Recipe listing UI
  • Express backend
  • MongoDB database
  • EJS views

Requirements

  • Node.js
  • MongoDB
  • npm

How to Run

Install dependencies:

npm install

Start MongoDB:
mongod

Run server:
node server.js

Open browser:
http://localhost:3000

Project Structure
images/
models/
preparation/
views/
server.js
script.js
style.css
package.json


Database
mongodb://localhost:27017/recipe_platform

About

Simple recipe platform built with Node.js, Express, MongoDB, and EJS featuring user authentication and recipe listing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors