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.
- Store operations
- Customer management (CRUD)
- Product management (CRUD)
- CLI menu for navigation
- Python 3.12
To run the program, execute the main.py file:
python main.py
- 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
This project is under the MIT license. See the LICENSE file for more details.