nicmart-dev / feedmenow

An app that recommends recipes based on ingredients I have in my fridge or pantry list
1 stars 0 forks source link

Table of content

Overview
Install
Implementation
Roadmap
Nice-to-haves

Feed Me Now!

Overview

An app that recommends recipes based on ingredients I have in my fridge or pantry list, to save me money, and avoids the temptation to order takeout.

Problem

TODO

Why?

TODO

User Profile

TODO

Features

TODO

Install

To install and run the application, follow these steps:

Follow the steps on https://github.com/nicmart-dev/feedmenow/wiki/Install-instructions

Implementation

Tech Stack
GitHub folder structure
APIs
Sitemap, User journey and Screenshots
Data
Auth

Tech Stack

TBD

Note: see design documents in the Wiki here for implementation details.

GitHub folder structure

For ease of maintenance as a small team of 2 developers, a single repository for client and server was created.

your-repo/
│
├── client/
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ └── ...
│ ├── public/
│ └── ...
│
├── server/
│ ├── controllers/
│ ├── models/
│ ├── routes/
│ └── ...
│
├── n8n/
│ ├── workflows/
│ ├── settings/
│ └── ...
│
├── README.md
├── .gitignore
├── package.json
└── ...

APIs

We are using the following external APIs:

TODO

Sitemap, User journey and Screenshots

See user journey, and sitemap with screenshots in the Wiki here.

Data

TODO

Auth

TODO

Roadmap

We are using GitHub Project to manage the roadmap and Kanban board. Please see the public roadmap here.

Nice-to-haves

TODO