An open API service indexing awesome lists of open source software.

https://github.com/shafiaahmed/recipe-database-cli

This project is a command-line interface (CLI) application that manages a recipe database using SQLite. Users can interact with the application by viewing recipe details, searching for recipes by category, and displaying ingredients.
https://github.com/shafiaahmed/recipe-database-cli

cli python recipe recipe-search sqlite

Last synced: 11 months ago
JSON representation

This project is a command-line interface (CLI) application that manages a recipe database using SQLite. Users can interact with the application by viewing recipe details, searching for recipes by category, and displaying ingredients.

Awesome Lists containing this project

README

          

## Database File Location:
- The filename for the SQLite database is 'totalrecipes.db' which is located in the Database Folder.

## Install Instructions:
- Ensure sqlite3 is installed. If not installed, you can download it from the [SQLite official website](https://www.sqlite.org/).
- Ensure python3 is installed. If not installed, you can download it from the [Python official website](https://www.python.org/downloads/).

## Launch Instructions:
1. Clone this repository:
```bash
git clone https://github.com/shafiaahmed/recipe-database-cli.git
```
2. Navigate to the project directory:
```bash
cd recipe-database-cli
```
3. Run the program with the command:
```bash
python3 db_project.py
```

## Testing Instructions:
- Enter 'help' to view all commands
- Test each command and follow instructions