/MERN-CRUD

MERN Stack CRUD built with React v17+, RRDv6+, Node.js, Express.js MongoDB and Mongoose ODM.

Primary LanguageJavaScript

🤘 MERN CRUD app

MERN Stack CRUD built with React v17+, RRDv6+, Node.js, Express.js MongoDB and Mongoose ODM.

Installation

  1. Clone repository
git clone https://github.com/coder-sabbir/MERN-CRUD.git

Install Client (React Files)

  1. Get in the client folder
cd client
  1. Install dependencies via npm or yarn
npm i
  1. Start Client
npm start

Install Server (Node Files)

  1. Get in the server folder
cd server
  1. Install dependencies via npm or yarn
npm i
  1. Start Server
node index.js

Install Database (JSON File)

  1. Get in the server folder
cd server
  1. Import the following file to your MongoDB
Cruds

Support

For any additional information please refer to Sabbir's Lab.

Thank you