Skip to content

This project uses PHP and MySQL to manage CRUD (Create, Read, Update, Delete) operations on product, customer, supplier and order data.

Notifications You must be signed in to change notification settings

ZeroWk-EM/AlbertoneStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Technologies Used

  • MySQL
  • PHP
  • HTML

Setup

To get started with this project, follow the steps below:

  1. Install MySQL on your local machine.
  2. Create a new MySQL database for the project.
  3. Import the project's database (db/store.sql) schema into your MySQL database.
  4. Install PHP on your local machine.
  5. Clone the project's source code from the repository.
  6. Configure the project's database connection settings in the PHP code.
  7. Run the project's PHP code using a local server.

Database Schema

The tables include:

  • cliente
  • fattura
  • fornitore
  • prodotto
  • regione

About

This project uses PHP and MySQL to manage CRUD (Create, Read, Update, Delete) operations on product, customer, supplier and order data.

Topics

Resources

Stars

Watchers

Forks