Another School Management System build with React and MongoDB
##Instructions
1. Navigate to backend folder.
2. Install dependencies by running npm i .
3. Run index.js using node index.js .
4. Navigate to the frontend folder
5. Run npm i to install dependencies.
6. Start the app by using npm start .
7. You are good to go now 👍.