A full-stack MERN (MongoDB, Express.js, React.js, Node.js) application that allows teachers to add, update, delete, and view student records. This project demonstrates CRUD operations, RESTful API integration, and modern frontend/backend separation.
A full-stack application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) that allows teachers to manage student records.
- Add new students
- View all students
- Update student information
- Delete students
- Clean and responsive UI (React)
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- HTTP Requests: Axios
- Others: Mongoose, dotenv
- Node.js and npm installed
- MongoDB installed and running locally or via Atlas
cd back
npm install
npm run dev