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.
- Host: GitHub
- URL: https://github.com/shafiaahmed/recipe-database-cli
- Owner: shafiaahmed
- Created: 2024-12-13T20:15:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T20:18:05.000Z (over 1 year ago)
- Last Synced: 2024-12-28T01:16:31.292Z (over 1 year ago)
- Topics: cli, python, recipe, recipe-search, sqlite
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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