This is an app developed to manage books, including registering, editing, reading, and deleting records. The application also features 2 user profiles: customer and administrator. Each profile has privileges and restrictions defined as follows:
- ADMIN - ADD, PUT, DELETE, READ
- CLIENT - ADD, PUT, DELETE, READ for records registered by the same user of type CLIENT
- CLIENT - READ for records registered by other users
- PHP for backend version 8.0.0
- HTML, CSS, JS and Bootstrap for frontend
- MYSQL
- APACHE environmental, XAMPP support version 8.0.0
- save application at XAMPP C:\xampp\htdocs (if WINDOWS)
- root url 'managerbooks/public'
- config file 'src/Config.php'
- create an empty database'techlead'
- import 'db_dump.SQL'
- admin user is created right after the application initialization
- credenciais credentials for admin are at'src/Config.php'