https://github.com/yushikuni/recipes
Console app for for recipe management using Pistache framework
https://github.com/yushikuni/recipes
cpp unfinished-project
Last synced: 21 days ago
JSON representation
Console app for for recipe management using Pistache framework
- Host: GitHub
- URL: https://github.com/yushikuni/recipes
- Owner: Yushikuni
- License: gpl-3.0
- Created: 2024-05-13T18:13:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T19:53:17.000Z (about 2 years ago)
- Last Synced: 2025-02-24T14:49:02.619Z (over 1 year ago)
- Topics: cpp, unfinished-project
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Recipe Management System
The Recipe Management System is a backend application designed to facilitate the viewing, adding, editing, and deleting of recipes through a web interface.
## TODO:
- [ ] Have a webpage for recipes
- [ ] Have a host on Linux server
- [ ] Have a APIs for communications
## Features
- **View Recipes**: Users can browse through a collection of recipes.
- **Add Recipe**: Users can add new recipes to the system.
- **Edit Recipe**: Users can modify existing recipes.
- **Delete Recipe**: Users can remove recipes from the system.