anshg1214/fridgetotable
FridgetoTable is a web app that allows users to track and manage their food inventory, and get recipe suggestions.
Fridge to Table
๐ก Features
- Manage all your inventory in a smarter way
- Get Recipe Suggestions based on the ingredients in your inventory
- Save your favourite recipes for later use
- Order Food from your nearest restaurant
๐ Tech Stack
- NodeJS
- Express
- Redis
- CockroachDB
- JavaScript
- HTML
- CSS
๐ Environment Variables
To run this project, you will need to add the following environment variables to your .env file
FOODAPP_KEY - EDAMAM Key Link
FOODAPP_ID - EDAMAM ID Link
RECEPIAPP_KEY - EDAMAM Key Link
RECEPIAPP_ID - EDAMM ID Link
SECRET - Passport.js Secret
CLIENT_ID - Google OAuth Application CLIENT ID Link
CLIENT_SECRET - Google OAuth Application CLIENT secret Link
SQL_USERNAME - CockroachDB SQL UserName Link
SQL_PASSWORD - CockroachDB SQL Password Link
SQL_HOST - CockroachDB SQL HostName Link
SQL_PORT - CockroachDB SQL Port Link
SQL_DATABASE - CockroachDB SQL DB Name Link
REDIS_URI - Redis URL Link
REDIS_PORT - Redis Port Link
REDIS_PASSWORD - Redis Password Link