/MERN-Dashboard

Comprehensive dashboard application built using the MERN stack (MongoDB, Express.js, React, Node.js). It features charts and graphs for data visualization, efficient data management, and a responsive design optimized for various screen sizes.

Primary LanguageJavaScript

MERN-Dashboard

A comprehensive dashboard application built using the MERN stack (MongoDB, Express.js, React, Node.js).

Features

  • Charts and Graphs: Visualize data using various chart types.
  • Data Management: Efficiently manage and display data.
  • Responsive Design: Optimized for different screen sizes.

Installation

  1. Clone the repository:
    git clone https://github.com/bThiiago/MERN-Dashboard.git
  2. Navigate to the project directory:
    cd MERN-Dashboard
  3. Install dependencies for both frontend and backend:
    cd frontend
    npm install
    cd ../backend
    npm install

Usage

  1. Start the development server:
    cd frontend
    npm start
    cd ../backend
    npm start
  2. Open your browser and navigate to http://localhost:3000.

Contributing

Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.