Skip to content

heather-tech/StoryStackers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StoryStacker

StoryStacker is a user-friendly command-line interface (CLI) application that allows Book Club leaders to efficiently manage authors, books, and users.

Installation

To install and run StoryStacker, ensure that you have Python 3 and pip installed on your system.

  1. Clone this repository to your local machine and navigate to its directory.
  2. Run pipenv install to install all the necessary package dependencies.
  3. Run pipenv shell to enter the virtual environment.
  4. Navigate to the lib/db directory and run python seed.py to populate the database with mock data.
  5. Return to the lib directory by running cd ...
  6. Run python cli.py to start using StoryStacker.

Using CLI

Welcome To StoryStacker (Main Menu)

  1. Manage Authors
  2. Manage Books
  3. Manage Users
  4. Exit

Author Management (Main Menu Option 1)

  1. Create Author
  2. Delete Author
  3. List Authors
  4. Go Back

Book Management (Main Menu Option 2)

  1. Create Book
  2. Delete Book
  3. List Books
  4. View Ratings
  5. Go Back

User Management (Main Menu Option 3)

  1. Create User
  2. Delete User
  3. List Users
  4. Go Back

Visual

Visual of CLI and Database

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published