Giter Club home page Giter Club logo

farm-to-front-door's Introduction

#Farm to Front Door

Farm to Front Door is a food delivery web app built in Python with Flask, SQLAlchemy & AngularJS. Database scraped from Good Eggs and the Noun Project, using BeautifulSoup and Selenium. Recipe suggestions pulled from Edamam API. Mapping with Google Maps Javascript API. Payment form using Stripe API. Using Twitter Bootstrap.

##Contents

  • Tech Stack
  • Features
  • Installation
  • About Me

##Tech Stack

Backend: Python, Flask, PostgreSQL, SQLAlchemy

Frontend: Javascript, AngularJS, jQuery, AJAX, HTML5, CSS3, Bootstrap

APIs: Edamam, Stripe, Google Maps Javascript & Geocoder

##Features

  • Users can view the list of all products, filter products by category and search products by name.

products page

  • Users can add products to their shopping cart, edit their cart, and choose their delivery or pickup options.

product filtering

  • The app will suggest recipes to the user based on the contents of their shopping cart.

product filtering

  • Users can mark recipes as "favorites."

product filtering

  • Users can checkout and pay for their cart online by credit card.

product filtering

  • Users can view past orders, favorite recipes and account information on their account page.

  • Users can view a map of available pickup locations.

product filtering

Screenshots coming soon.

##Installation

Install PostgreSQL

To create and activate a virtual environment:

virtualenv env
source env/bin/activate

To install the project's dependencies:

pip install -r requirements.txt

To recreate the database:

createdb shop --encoding='utf-8' --locale=en_US.utf8 --template=template0
pg_restore shop database.sql

Create a secrets.sh file:

export EDAMAM="YOURKEYHERE"
export EDAMAM_KEY="YOURKEYHERE"
export STRIPE_TEST_SECRET="YOURKEYHERE"
export STRIPE_TEST_PUBLISHABLE="YOURKEYHERE"
export STRIPE_LIVE_SECRET="YOURKEYHERE"
export STRIPE_LIVE_PUBLISHABLE="YOURKEYHERE"
export GOOGLE_MAPS_KEY="YOURKEYHERE"

And source it:

source secrets.sh

##About Me

Farm to Front Door was developed by Maria Moy. Find her on [LinkedIn] (http://www.linkedin.com/in/maria-k-moy) or [GitHub] (http://www.github.com/gerdie). Maria is a software engineer and freelance WordPress developer living in San Francisco.

farm-to-front-door's People

Contributors

gerdie avatar

Watchers

James Cloos avatar  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.