/mern-crud-app

MERN stack CRUD application for record keeping

Primary LanguageJavaScript

MERN stack CRUD application for keeping records

🧾 Description

It is built using the MERN stack and uses MongoDB Atlas for storing real-time data.

⚙ Tools and Technologies used

Frontend
  1. React.js
  2. Material-ui
Backend
  1. Node.js
  2. Express.js
  3. MongoDB

🛠 Installation and setup

  1. Clone the repo to your local machine.

  2. Install the required dependency for server using:

    cd server
    npm install
  3. Install the required dependency for client using:

    cd client
    npm install
  4. Create a .env file inside the server folder and provide the following environment variables:

    MONGOURL=<your-mongodb-atlas-url>
    
  5. Start the express server using :

    npm run start
  6. Start the react development server using:

    cd client
    npm run dev
  7. Open your web browser and visit http://localhost:5173 to run the application

Contact