Title: How to Set Up an ERP Dashboard with Role-Based Access Control in React and Node.js
Description:
In this tutorial, I’ll guide you through the setup of an ERP Dashboard with Role-Based Access Control. This project includes separate dashboards for Admin, Student, and Teacher roles, each with tailored features and permissions. You’ll learn how to initialize a Git repository, push it to GitHub, and set up both backend and frontend for a seamless development experience.
Table of Contents:
git init
.gitignore
file.gitignore
and add the following to ignore unnecessary files:
node_modules
.env
.DS_Store
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/Shiva0909122/ERP_DASHBOARD.git
git push -u origin main
cd MERNERP/backend
npm install
npm start
cd MERNERP/frontend
npm install
npm start
Check out the login and dashboards below:
Login Page
Admin Dashboard
Student Dashboard
Teacher Dashboard
GitHub Repository: ERP Dashboard with Role-Based Access
Thank you for watching! Please like 👍, share, and subscribe for more tutorials!
Happy coding!