summerdking / Recipes

Full Stack Recipe Sharing Application w/ Login & Registration | Python Flask & Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes

Python Flask application allows users to create a log in to share recipes. Application styled with Bootstrap only. Validations are used on the dashboard to provide view only access to recipes not created by the logged in user. 🍽️

Recipes_Index_Image

Validations on both registration and login. Recipes_Registration_Image Recipes_Login_Image

Dashboard has validations to allow users full CRUD operations on their own recipes. Recipes_Dashboard_Image

Create form has validations to ensure clean data tables. Recipes_Create_Image

After creating a recipe the user is routed to the view recipe page. Recipes_View_Image

Edit form has the same validations as the create table. Recipes_Edit_Image

Recipes_Video.mp4

About

Full Stack Recipe Sharing Application w/ Login & Registration | Python Flask & Bootstrap


Languages

Language:HTML 53.1%Language:Python 46.9%