FoodVault is a full-stack web application that allows users to manage recipes efficiently. It provides CRUD (Create, Read, Update, Delete) functionality to add, view, edit, and delete recipes through a simple and user-friendly interface. The project demonstrates core concepts of full-stack development, including frontend-backend integration and data handling.
- Add new recipes with relevant details
- View a list of all saved recipes
- Update existing recipes
- Delete recipes
- Smooth interaction between frontend and backend
- Clean and responsive user interface
Frontend:
- HTML
- CSS
- JavaScript
Backend:
- Python
FoodVault/
│── backend/ # Backend logic and APIs
│── frontend/ # User interface files
│── .gitignore
-
Clone the repository: git clone https://github.com/Chandanac52/FoodVault.git
cd FoodVault -
Setup Backend: cd backend
pip install -r requirements.txt
python app.py -
Run Frontend: Open the frontend folder and run index.html in your browser
- User authentication (login and signup)
- Cloud database integration
- Recipe recommendation system
- Image upload functionality
Contributions are welcome. Feel free to fork the repository and submit a pull request.
Chandana
https://github.com/Chandanac52