A Student Dashboard in React that uses MySQL.
After downloading the zip file and extracting, follow the following steps :
- run npm i in the terminal
- cd into /Backend and write node index.js to start your server
- Open a new terminal
- cd into /student_dashboard and type npm start to start the react app.