Click here to view this project on Github.
This is a console application that loads an existing store’s inventory data from a CSV file into a SQLite database. The application will allow a user to interact with the records stored in the database to view existing records, add new items, and backup/export the existing state of the database into a CSV file.
Skills demonstrated:
- SQL
- SQLAlchemy
- Dates and times in Python
- Virtual environments