An open API service indexing awesome lists of open source software.

https://github.com/hayyanshaikh/crud

A simple CRUD application built using the MERN stack (MongoDB, Express.js, React.js, Node.js), enabling Create, Read, Update, and Delete operations for seamless data management.
https://github.com/hayyanshaikh/crud

backend-development create-operation crud-application data-management delete-operation expressjs frontend-development mern-stack mongodb nodejs reactjs read-operation update-operation web-application

Last synced: 3 months ago
JSON representation

A simple CRUD application built using the MERN stack (MongoDB, Express.js, React.js, Node.js), enabling Create, Read, Update, and Delete operations for seamless data management.

Awesome Lists containing this project

README

          

# MERN CRUD Project

## Introduction

This is a simple MERN stack project that implements basic CRUD (Create, Read, Update, Delete) operations. The project consists of a table displaying data and a form to add, edit, and delete entries.

## Technologies Used

- MongoDB: Database to store data
- Express.js: Backend framework
- React.js: Frontend library
- Node.js: Runtime environment for server-side code

## Prerequisites

Make sure you have the following installed on your machine:

- Node.js and npm
- MongoDB

## Setup

1. Clone the repository:

```bash
gh repo clone Hayyanshaikh/mern-project