A full-stack web application built using React (frontend) and Node.js + Express + MongoDB (backend).
This project demonstrates CRUD operations, API integration, and UI interactivity for a banking-style system.
Frontend: React, Axios, React Router, HTML, CSS
Backend: Node.js, Express.js, MongoDB, Mongoose
Tools: Git, VS Code, Postman
- Dynamic UI built with reusable React components
- API integration using Axios
- Organized folder structure with modular pages
- Express.js server handling CRUD operations
- MongoDB connection via Mongoose
- RESTful routes for efficient data management
cd backend
npm install
npm start
cd frontend
npm install
npm start