This is a full-stack web application built with MongoDB, Express.js, React.js, and Node.js. It's a management system where users can create, read, update and delete students.
The backend server is built with Node.js and Express.js, with MongoDB as the database. The frontend is built with React.js. Users can create an student, View students as the list, delete the student from the list, edit the details of the students in the list.
- Clone this repository to your local machine.
- Navigate to client and server folder and install the required dependencies with
npm install
. - Start the MongoDB server.
- Navigate to server folder and start the backend server with
npx nodemon server
. - Navigate to client folder and start the frontend client with
npm run dev
. - Open your web browser and navigate to local link.