Skip to content

sahvsergio/treehouse_python_techdegree_unit4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treehouse Python Techdegree Unit 4:

Store Inventory with SQLAlchemy

Used my knowledge of CSV and File I/O and database ORMs to build a console application that allows you to easily interact with data for a store's inventory. The data needed to be cleaned from the CSV before it was added to the database. All interactions with the records used ORM methods for viewing records, creating records, and exporting a new CSV backup.

Run Locally

Clone the project

  git clone https://github.com/sahvsergio/treehouse_python_techdegree_unit4.git

Go to the project directory

  cd my-project

Create Virtual Environment

  python3 -m venv env

Activate The Virtual Environment

Using Mac/Linx
 source ./env/bin/activate
 Windows
 source ./env/bin/activate

Install Dependencias

  pip install -r requirements.txt
  

Start the app

  python3 app.py
  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages