An application managing inventory, built with React, Node.js, and MongoDB. It supports CRUD operations, user authentication, and profile updates.
- User authentication (sign up, login, logout).
- CRUD operations for inventory items.
- Role-based authorization (admin, staff).
- Profile updates (name, email, password).
- Frontend: React.
- Backend: Node.js, Express, MongoDB.
- Authentication: JWT, Google Authenticator.
- Clone the repository:
git clone https://github.com/your-username/inventory-management-app.git cd inventory-management-app
- Run npm start