This repository contains the codebase for a School Management MERN (MongoDB, Express.js, React.js, Node.js) stack application. This application serves as a template for building full-stack web applications using the MERN stack.
Make sure you have the following software installed on your machine:
- Node.js and npm (Node Package Manager)
- MongoDB (Make sure MongoDB server is running)
- Clone the repository to your local machine.
- Move in the backend folder, check your mongoDB connection.
- run: npm install then run: nodemon index.js to start the backend server.
- Now move in to client folder.
- run: npm install, then run: npm run dev to start the frontend application.