A MERN stack application that fetches and visualizes data using charts.
-
Clone the repository:
git clone https://github.com/vishalpatel011/Roxilier.git cd Roxilier -
Install Dependencies npm install
-
Run the project npm start
React Node.js Express MongoDB Chart.js
GET /api/transactions GET /api/bar-chart?month=January GET /api/pie-chart?month=January GET /api/stats?month=January Copy Edit