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.
- Clone the repository:
git clone https://github.com/midhunk0/finansier.git
- Navigate to the project directory:
cd finansier
- Install client dependencies:
cd client npm install
- Install server dependencies:
cd ../server npm install
- Start the backend server:
cd server npm start
- Start the frontend development server:
cd ../client npm run dev
- Open your browser and navigate to
http://localhost:5173
.
- MongoDB
- Express
- React
- Node.js
- Visit the live application deployed on Vercel.
This project is licensed under the MIT License. See the LICENSE file for details.
- midhunk0 - Original Author and Contributor