Client: React, Tailwind CSS, Axios, React Icons, React Spinners
Server: Node, Express, MongoDB
Client: https://rbac-ui-ruby.vercel.app/
Server: https://rbac-ui-server.onrender.com
Clone the project
git clone https://github.com/Suman373/user-mng-rbac.git
Go to the project directory
cd user-mng-rbac
Go to respective directories
cd client
cd server
Install dependencies
npm install
Start the client at port 3000
npm run dev
Start the server at port 8000
npm run dev
Create a .env file
VITE_API_ENDPOINT= <your-api-endpoint>