这是indexloc提供的服务,不要输入任何密码
Skip to content

ning-github/FastBasket

 
 

Repository files navigation

FastBasket

Same-day grocery delivery

Same-day grocery delivery

Table of Contents

Summary

FastBasket provides the most convenient grocery shopping experience. Order groceries online and track your deliveries with just a few clicks. You'll never need worry about the transportation logistics. You'll also get plenty of food recommendations to help you build delicious recipes.

  1. Press Release
    1. Problem
    2. Solution
    3. Team
  2. Development
    1. Requirements
    2. Installing Dependencies
    3. Necessary Environment Variables
    4. Populating Databases
  3. Architecture

Press Release

Problem

Grocery shopping is a chore. We lose [amount of time] every week navigating a maze of store aisles, trying to remember what to buy, then moving through lines and traffic. FaskBasket helps you get the foods you love without those hassles.

Solution

FaskBasket will help you simplify your grocery shopping experience in three ways: 1 Search engines immediately locate any foods you are looking for. 2 Context-aware recommenders figure out exactly what you need. 3 Vehicle routing algorithms eliminate any traveling and traffic. 4 Real-time systems offer gps tracking and text-message updates. 5 Transaction log offer analytics in your purchase patterns

How to Get Started

Select your favorite grocery store and start filling up your cart. Our user interface will guide you through the payment and order status updates.

Team

  • Product Owner: Dima Korenblyum
  • Scrum Master: Cristian Peñarrieta
  • Development Team Members: Ron Lapushner, Albert Tsou

Development

Requirements

  • Node 5.5.x
  • Redis 3.0.x
  • Postgresql 9.5.x
  • Elasticsearch 2.2.x
  • Neo4j 2.3.x
  • RabbitMQ 3.6.x

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Necessary Environment Variables

- TWILIO_SID=
- TWILIO_TOKEN=
- STRIPE_PUBLIC_KEY=
- STRIPE_SECRET_KEY=
- FACEBOOK_APP_ID=
- FACEBOOK_APP_SECRET=

Populating Databases

  node server/db/dbScript/app.js
  node rec/recScript/index.js

Architecture

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • HTML 35.2%
  • CSS 0.7%