Skip to content

A Python-based CRUD application to manage electronic game data.

License

Notifications You must be signed in to change notification settings

diogobonet/CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Virtual Game Store

Description

This project is a Python-based CRUD (Create, Read, Update, Delete) system for managing a virtual game store. It includes functionality for store operations, customer management, product management, and a CLI menu for navigation. Data is stored in JSON files, providing a simple and efficient solution for managing game store information.

Features

  • Store operations
  • Customer management (CRUD)
  • Product management (CRUD)
  • CLI menu for navigation

Requirements

  • Python 3.12

How to Run

To run the program, execute the main.py file:

python main.py

Project Structure

  • main.py: Main file for program execution
  • store.py: Contains store operation functions
  • crudCustomer.py: Handles customer CRUD operations
  • crudProduct.py: Manages product CRUD operations
  • menu.py: Implements the CLI navigation menu
  • verifycpf.py: is a CPF verifier to verify if it is valid
  • database/: Directory where JSON files are stored

Contributions

@diogobonet @gabrielmocellin

License

This project is under the MIT license. See the LICENSE file for more details.

About

A Python-based CRUD application to manage electronic game data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages