Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NatashaMitchko/cookbook

Repository files navigation

Cookbook Flask-Redis

Recipe Data Structure

{
    "title": "Tumeric Chickpea Stew",
    "slug": "tumeric-chickpea-stew",
    "description": "go-to easy meal",
    "ingredients": ["tumeric", "chickpeas", "coconut milk"],
    "steps": ["chop", "sautee", "stew", "serve"],
    "tags": ["quick", "vegan", "dinner", "fall", "winter"],
    "status": "PUBLISHED",
}

recipe mgmt goes under /admin

User Data Strucutre

{
    "username": str
    "password": hash(str)
}

user mgmt will go under /auth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published