An open API service indexing awesome lists of open source software.

https://github.com/jishnusv23/recipe_app_frontend

This repository is for my machine task during Boarding Week 1, utilizing the Spoonacular API to fetch and display recipes.
https://github.com/jishnusv23/recipe_app_frontend

express jwt nodejs oauth postgresql react redux spoonacular-api typescript

Last synced: about 2 months ago
JSON representation

This repository is for my machine task during Boarding Week 1, utilizing the Spoonacular API to fetch and display recipes.

Awesome Lists containing this project

README

          

# React + TypeScript + Vite

A Recipe App built using the Spoonacular API that allows users to discover and manage recipes. The backend is developed with Node.js, PostgreSQL, and utilizes JWT for authentication.

## Table of Contents
- Features
- Tech Stack
- Installation
- Usage
- API Endpoints
- License
- Author

## Features
- User authentication with JWT
- Fetch recipes from the Spoonacular API
- Create, read, update, and delete (CRUD) user recipes
- Search for recipes based on various criteria
- Save favorite recipes for quick access

## Tech Stack
- Frontend: React (optional, if you built a frontend)
- Backend: Node.js
- Database: PostgreSQL
- Authentication: JWT
- API: Spoonacular API
- Deployment: (e.g., Heroku, Vercel, etc. if applicable)