Starter project using the MERN Stack.
Mern-Stack-Crud-App is a simple CRUD (Create, Read, Update, Delete) project designed for beginners. It is built using a combination of popular technologies including React, React Router, Express, and Mongoose. The project aims to provide a basic understanding of how a MERN (MongoDB, Express, React, Node.js) stack application works.
To install and run Mern-Stack-Crud-App, follow these steps:
npm install or yarn install.backend directory..env file and add your MongoDB connection string.npm start or yarn start to start the backend server.frontend directory.npm start or yarn start to start the frontend server.http://localhost:3000.Mern-Stack-Crud-App is a beginner-friendly project that demonstrates the use of the MERN stack for building a simple CRUD application. With clear installation instructions, it allows users to quickly set up and explore the integration between frontend and backend technologies. Contributions are encouraged, with a straightforward process for submitting contributions via pull requests.