- Dependencies
- Database
- Structure
- Authors
This project has two main dependencies.
To run the web application it is necessary to implement a sql server such as xamp bitnami to be able to execute the libraries and the php code.The FPDF Library is necessary to generate an invoice to the user simulating a completed purchase
| Tables |
|---|
| User |
| bought_products |
| user_products |
| promo_code |
| products |
Main tables of the database that is incorporated in the DB folder
The application has some navigation screens, which include:
User registration for later storage in the database, includes handling of errors such as: empty fields, incorrect email, passwords do not match, terms of use ...
Main page where products are purchased and added to the cart. When viewing the product detail, a modal is returned with detailed information
Final page where you can delete the products previously added and finalize the purchase by generating a purchase ticket
DPTO Frontend
DPTO Backend



