https://github.com/teewrath/annapurna
Annapurna is a full-stack mobile application designed for storing and sharing meal blogs. The platform allows users to create detailed entries that include key information such as ingredients, cooking steps, preparation time, and cost.
https://github.com/teewrath/annapurna
expressjs firebase firebase-auth firebase-storage flutter javascript mongodb nodejs riverpod
Last synced: about 2 months ago
JSON representation
Annapurna is a full-stack mobile application designed for storing and sharing meal blogs. The platform allows users to create detailed entries that include key information such as ingredients, cooking steps, preparation time, and cost.
- Host: GitHub
- URL: https://github.com/teewrath/annapurna
- Owner: TeeWrath
- Created: 2024-03-08T17:32:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-14T12:32:29.000Z (8 months ago)
- Last Synced: 2025-11-14T14:29:01.873Z (8 months ago)
- Topics: expressjs, firebase, firebase-auth, firebase-storage, flutter, javascript, mongodb, nodejs, riverpod
- Language: Dart
- Homepage:
- Size: 487 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Annapurna: A Full-Stack Meal Blogging Application
Annapurna is a full-stack mobile application designed for storing and sharing meal blogs. The platform allows users to create detailed entries that include key information such as ingredients, cooking steps, preparation time, and cost. It also features a robust filtering system, enabling users to easily find recipes that align with specific dietary preferences, such as gluten-free, vegan, and vegetarian.
-----
### Features
* **Comprehensive Meal Blogs:** Create detailed meal entries with information on category, cooking time, cost, ingredients, and step-by-step instructions.
* **Advanced Filtering:** Search and filter meal blogs based on dietary preferences (e.g., gluten-free, vegan, vegetarian).
* **Cross-Platform Compatibility:** The mobile application is built to be compatible with both iOS and Android devices.
-----
### Technologies
This project leverages a modern full-stack architecture to ensure a seamless and performant user experience.
#### Frontend
* **Flutter:** A UI toolkit for building natively compiled applications from a single codebase.
* **Riverpod:** A reactive state-management library for Flutter.
#### Backend
* **Node.js & Express.js:** A JavaScript runtime and a web framework for building the server-side logic and RESTful API.
* **MongoDB:** A NoSQL database used to store the meal blog data.
-----
### API Endpoints
The backend API is deployed at **[https://annapurna-fpy6.onrender.com/](https://annapurna-fpy6.onrender.com/)**. The primary resource is `/api/meals`, which supports the following endpoints for CRUD (Create, Read, Update, Delete) operations:
* `GET /api/meals`: Retrieves a list of all meal blogs.
* `GET /api/meals/:id`: Fetches a single meal blog by its unique ID.
* `POST /api/meals`: Adds a new meal blog to the database.
* `PUT /api/meals/:id`: Updates an existing meal blog.
* `DELETE /api/meals/:id`: Deletes a meal blog.
-----
### Getting Started
While the project is still under active development, it can be tested by using the **latest GitHub Action artifact**. This artifact provides a pre-built version of the application that is ready for deployment on a compatible mobile device or emulator. The artifact can be found within the **Actions** tab of the GitHub repository.
-----
If you find this project useful, please consider giving it a star\! ⭐