Skip to content

AlexHM/WebShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ENFFY

Index

  • Dependencies
  • Database
  • Structure
  • Authors

Dependencies

This project has two main dependencies.

  1. FPDF Library
  2. Xampp

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

Databse

Tables
User
bought_products
user_products
promo_code
products

Main tables of the database that is incorporated in the DB folder

Structure

The application has some navigation screens, which include:

1. Log In

login

Log in where the user can log in and be remembered through cookies

2. Sign Up

signup

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 ...

3. Landing Page

landingPage

Main page where products are purchased and added to the cart. When viewing the product detail, a modal is returned with detailed information

4. Shopping Card

shoppingCard

Final page where you can delete the products previously added and finalize the purchase by generating a purchase ticket

Authors

DPTO Frontend

DPTO Backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors