/Crud-App-MERN

Crud App built with MongoDB, React, NodeJS Express

Primary LanguageJavaScript

Crud-App-MERN

Description

This is CRUD Web App built with MERN Stack

Screenshot

  • Desktop View

    Screenshot of Crud-App-MERN in Desktop View
  • Mobile View

    Screenshot of Crud-App-MERN in Mobile View

API ENDPOINTS:

  1. "/items" -- to fetch all items
  2. "/add" -- to add new item
  3. "/update" -- to edit price of item with id
  4. "/delete" -- to delete item