📕 Library (Biblioteca) project for FemCoders promotion. CRUD PHP project using MySql database.
- Description of the project
- Characteristics and screenshots of the project
- Access to the project
- Tools used
- Authors
Using PHP as a backend language and MySql as a database, we applied CRUD (Create, Read, Update and Delete). Our database has a table with six fields for each register (book):
- ID
- Title
- Author (authors)
- ISBN
- Cover image
- Description
The steps to have acces to the project are:
- Have SQL database called Bookworms with a table named Books.
2. Have Xampp or Mamp intalled and have Apache and MySql turned on.
3. Go to localhost in the navigator (Chrome recomended) and select the folder where the project is dowloaded (Bookworms folder).
4. The main page is displayed.