https://github.com/techjmi/crud-operation
https://github.com/techjmi/crud-operation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techjmi/crud-operation
- Owner: techjmi
- Created: 2024-01-29T17:02:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T17:25:09.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:28:31.233Z (over 1 year ago)
- Language: JavaScript
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Operation Project
A full-stack CRUD (Create, Read, Update, Delete) application using the MERN stack.
## Table of Contents
- Introduction
- Features
- Technologies Used
- Getting Started
- Installation
- Contributing
## Introduction
This project is a demonstration of a CRUD application with admin functionalities. It uses the MERN stack, consisting of MongoDB for the database,
Express.js for the server, React for the frontend, and Node.js for backend runtime.
## Features
- Create, Read, Update, and Delete operations on [specific entities].
- [Additional features specific to your project].
## Technologies Used
- Frontend:
- React
- Bootstrap
- Material-UI
- Backend:
- Node.js
- Express.js
- Database:
- MongoDB
## Getting Started
To run this project locally, follow these steps:
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/CRUD-Operation.git
cd CRUD-Operation
Install dependencies for both frontend and backend:
cd client && npm install
cd ../server && npm install
Start the backend server:
cd server && npm start or nodemon server.js
Start the frontend application:
cd client && npm start or npm run dev for vite
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.