[Role-Based User/Product Management Web App](https://freelancer.com/projects/css/role-based-user-product-management.html)
I need a responsive Role-Based User and Product Management web application.
The application should include:
• User signup, login, logout and password reset
• Three roles: Admin, Editor and Customer
• Role-based access control throughout the application
• Admin: create, edit and remove users, manage roles, add and retire products
• Editor: update product descriptions and pricing
• Customer: view available products only
• Full CRUD functionality for products with appropriate permissions
• Secure authentication, password hashing and database queries
• SQL database for users, roles and products
• Well-structured database schema with migrations
• Separate simple dashboar...