Student Management System made with MERN Stack. A Project for the beginners.
- Node
- Express
- React
- MongoDB
- MaterialUI
- Node
- npm/yarn
Fork the project download the code open your favorite IDE
- Open terminal type command
npm i
- Start the server
npm start
- Split the terminal and type
cd client
npm i
npm start