The objective of this dashboard is to provide a centralized platform for tracking and monitoring users and employees within the company. By consolidating relevant data , the dashboard aims to facilitate efficient management of user and employee information
-
Clone the repo
git clone https://github.com/Thebrownboy/RenoSystemsDashboard.git
-
navigate to the repo file
cd RenoSystemsDashboard/renosystemsdashboard/
-
install the dependencies
npm install
-
run the json-server on port 3000
npx json-server db.json --port 3000
-
run the project
npm run dev