/Chew

Primary LanguageJavaScript

Chew App

A cross platform mobile application that helps you find, share, and review the best menu items around you

Team

  • Product Owner: Alex Manusu
  • Scrum Master: Derrick Chie
  • Development Team Members: Gary Ye, Michael Junio, Alex Manusu, Derrick Chie

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Running Locally iOS
    3. Running Locally Android
    4. Roadmap
  4. Team
  5. Contributing

Usage

Are you craving for a certain dish? Search for that dish on Chew and you'll get a list of dishes matching your cravings by rating! After the meal, leave a rating and review to let others know what you thought!

Requirements

  • Django
  • PostgreSQL
  • Xcode

Development

Installing Dependencies

From within the ChewApp directory:

sudo npm install -g bower
npm install

From within the server directory:

pip3 install -r requirements.txt

Running Locally iOS

  1. Navigate to the ChewApp.xcodeproj file in the Chew/ChewApp/ios folder
  2. Open it in Xcode and run the project

Running Locally Android

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.