Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 461 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 461 Bytes

Student Management System

Student Management System made with MERN Stack. A Project for the beginners.

TechStack and Designs

  • Node
  • Express
  • React
  • MongoDB
  • MaterialUI

Prerequisites

  • Node
  • npm/yarn

How to start

Fork the project download the code open your favorite IDE

  1. Open terminal type command
npm i
  1. Start the server
npm start
  1. Split the terminal and type
cd client
npm i
npm start