Skip to content

FrancisDeJesus/fullstack_dev_finals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name of the system

Shopping Cart

System Description

A web-based shopping cart interface that allows users to add items, view their cart, and complete a checkout process.

The application allows users to manage a list of items. Users can:

  • Get List: View all items stored in the database.
  • Create: Add a new item.
  • Read: View details of a specific item.
  • Update: Modify details of an existing item.
  • Delete: Remove an item from the database.

This system serves as a foundational example of a CRUD application, which can be extended to various use cases such as:

  • News Page App
  • Simple E-Commerce Platform
  • Employee Management System
  • Inventory Management System

Database Structure

The application uses a SQLite database with the following structure:

  • Table Name: items
Column Name Data Type Description
id Integer Primary key
name Text Name of the item
description Text Description of the item
created_at DateTime Timestamp of creation
updated_at DateTime Timestamp of last update

Developer Information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.9%
  • HTML 1.2%
  • JavaScript 0.9%
  • CSS 0.8%
  • PowerShell 0.1%
  • Shell 0.1%