Giter VIP home page Giter VIP logo

diner-tracker's Introduction

Phase 3 Project: CLI - Diner-tracker

Welcome to the end of Phase 3! This project showcases the skills acquired in this unit, ranging from Python fundamentals to building robust CLI applications.

Learning Goals

  • Configure environments with project-specific parameters using Pipenv.
  • Import and utilize external libraries.
  • Employ SQLAlchemy ORM and Alembic for database schema creation and updates.
  • Join tables through SQLAlchemy ORM using one-to-one, one-to-many, and many-to-many relationships.
  • Implement algorithms from the Data Structures and Algorithms module.
  • Adhere to best practices in CLI design.

Key Vocabulary

  • Command Line: A text-based interface built into your computer's OS for accessing files and applications.
  • Terminal (Mac OS) and Command Shell/Powershell (Windows): Applications that grant access to the command line.
  • Command-Line Interface (CLI): A text-based interface for running programs, file management, and memory object interaction. As the name suggests, it operates from the command line.

About This CLI Application

This CLI application addresses a real-world problem, showcasing the culmination of the skills developed throughout Phase 3. Here's what to expect:

  • A user-friendly CLI application.
  • A database with 3+ interrelated tables created and modified using SQLAlchemy ORM.
  • A well-structured virtual environment managed by Pipenv.
  • Proper application package structure.
  • Extensive use of Python's lists, dicts, and tuples.
  • Accurate implementation of an algorithm from the Data Structures and Algorithms module.

Instructions for Use

  1. Clone this repository.
  2. Navigate to the directory and install dependencies using Pipenv.
  3. Run the CLI application following the commands provided in the documentation.

Tips

  • Pre-plan your database schema; altering it later can be complex!
  • Keep Python objects, SQLAlchemy objects, and CLI scripts modular.
  • Don't reinvent the wheel. If stuck, look for Python libraries that might simplify the task.
  • Libraries like Click or Fire can streamline basic CLI functionalities.

diner-tracker's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.