Giter Club home page Giter Club logo

fine-dining-recipes's Introduction

Fine Dining Recipes

A web application that allows users to store and easily access cooking recipes.

The backend code and frontend form to allows users to add new recipes to the site.

The backend code groups and summarises the recipes on the site, based on their attributes such as cuisine, country of origin, allergens, ingredients, etc. and a frontend page to show this summary, and make the categories clickable to drill down into a filtered view based on that category.

The backend code is used to retrieve a list of recipes, filtered based on various criteria.

There is a detailed view for each recipes, that would just show all attributes for that recipe, and the full preparation instructions.

UX

Bright and bold colours aim is to standout and be inviting to website users like the recipes.

Features

Navbar

Home Newtask Managecategories Home

List of tasks (each with a task name, due date, description) Title: Tasks Buttons: edit, mark complete, add new task Add Task page

Inputs: category, name, description, due date (calendar), is urgent Submit: add task Edit Task page

Title: Edit Task Inputs: category, name, description, due date (calendar), has allergens Submit: update task Categories page

Title: Categories List of categories (each with category name) Buttons: delete, edit, new category Edit Category page

Title: Edit Category Inputs: name Buttons: update category New Category page

Title: New Category Inputs: name Buttons: add category

Technologies Used

1.HTML5

2.CSS3

3.Materialize

4.Python3

5.Flask

6.flask-pymongo

7.MongoDB

8.mLab

9.Heroku

Testing

Manual testing to see if database was correctly connected by creating and deleting categories on the backend and through the site.

Deployment

Create a new app on heroku.com

Login to heroku with email and password

heroku login Add heroku remote

heroku git:remote Add requirements.txt

sudo pip3 freeze --local > requirements.txt Add Procfile (this tells heroku what to do with the project)

echo web: python run.py > Procfile Git commit and push to heroku remote

git add Procfile $ git ci -m 'Add requirements.txt and Procfile' $ git push -u heroku master Set up dynos

heroku ps:scale web=1 Setup config variables on heroku dashboard

Credits

Code-Institute-Solutions/flask-mongo-task-manager

Media

  • The photos used in this site were obtained from pixabay

Acknowledgements

  • I received inspiration for this project from code institute mini project

fine-dining-recipes's People

Contributors

vmgwembere avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.