Skip to content

JailsonS/managerbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MANAGER BOOK APPLICATION

Description

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

Stack

  • PHP for backend version 8.0.0
  • HTML, CSS, JS and Bootstrap for frontend
  • MYSQL

Deploy application

  • 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'

Database

  • 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'

About

This is a short application aimed to manage books.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors