You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a backnd server built using mongoose and Express to manage a collection of recipes. The API allows you to create, read, update, and delete recipes (CRUD), as well as seed the database with sample data.
Description
This Recipe API provides CRUD operations for managing recipes in a Mongoose database. Recipes include recipe name, category (For example: breakfast, dinner, dessert, etc...), ingredients, directions, and image. The API also has a seed route to populate the database with some sample recipes.