Skip to content

mrarifat21/Recipe-Book-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍽️ Recipe Book - Server Side

This is the backend API for the Recipe Book web application. It provides RESTful endpoints to manage user recipes including creating, reading, updating, and deleting recipes.

Built with Node.js, Express, and MongoDB.


🚀 Features

  • 🌐 RESTful API for all recipe operations
  • 📦 MongoDB-based data storage
  • 🔐 Secured with CORS and environment variables
  • 📄 Supports CRUD operations for:
    • Adding new recipes
    • Fetching all or user-specific recipes
    • Updating existing recipes
    • Deleting recipes

🧪 Tech Stack

Tech Description
Express Web framework for Node.js
MongoDB NoSQL database
CORS Cross-Origin support
Dotenv Environment config

📦 Installation

Prerequisites

  • Node.js and npm installed
  • MongoDB URI (you can use MongoDB Atlas or local MongoDB)

Client Repo

Click here to see the client repo

🌐 Live Website

🔗 View Live Site

About

This is the backend API for the Recipe Book web application. It provides RESTful endpoints to manage user recipes including creating, reading, updating, and deleting recipes. Built with Node.js, Express, and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors