CRUD Food Application

This is a CRUD (Create, Read, Update, Delete) Food Application that allows users to manage food items. It consists of a frontend React application and a backend API built with Node.js and Express.

Live Demo

Features

  • Create new food items
  • Read and display all food items
  • Update existing food items
  • Delete food items

Technologies Used

  • Frontend:

    • React
    • React Router
    • Axios (for API requests)
    • Bootstrap (for styling)
  • Backend:

    • Node.js
    • Express
    • MongoDB (or your preferred database)
    • Mongoose (for MongoDB object modeling)