Finansier

finansier

Introduction

This project is the UI of an admin dashboard that displays various types of data in different visual formats, providing a comprehensive view and management capabilities for administrative tasks.

Installation

  1. Clone the repository:
    git clone https://github.com/midhunk0/finansier.git
  2. Navigate to the project directory:
    cd finansier
  3. Install client dependencies:
    cd client
    npm install
  4. Install server dependencies:
    cd ../server
    npm install

Usage

  1. Start the backend server:
    cd server
    npm start
  2. Start the frontend development server:
    cd ../client
    npm run dev
  3. Open your browser and navigate to http://localhost:5173.

Dependencies

  • MongoDB
  • Express
  • React
  • Node.js

Usage

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributors

  • midhunk0 - Original Author and Contributor