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.
- Host: GitHub
- URL: https://github.com/hayyanshaikh/crud
- Owner: Hayyanshaikh
- Created: 2024-01-30T10:39:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:58:44.000Z (over 2 years ago)
- Last Synced: 2025-08-01T08:48:27.213Z (11 months ago)
- Topics: backend-development, create-operation, crud-application, data-management, delete-operation, expressjs, frontend-development, mern-stack, mongodb, nodejs, reactjs, read-operation, update-operation, web-application
- Language: JavaScript
- Homepage:
- Size: 3.36 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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