xoventechdev / Food-Full-Stack-CRUD-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About


Languages

Language:JavaScript 90.0%Language:CSS 8.6%Language:HTML 1.4%