/nextBeer-server

Server for nextBeer

Primary LanguagePython

Next Beer

Recommendation app that gives beer suggestions and pairing recommendations

Team

  • Product Owner: Neil Lobo
  • Scrum Master: Boris Verkhovskiy
  • Development Team Members: Caly Moss, DH Lee

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Running Tests
    3. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

Development

Installing Dependencies

We use virtualenv to manage dependencies in the npm fashion

If you want to install all dependencies,

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

If you want to add a new dependency,

pip install new_package_name
pip freeze > requirements.txt

Now the newly installed package will be automatically added to the requirements.txt

Tasks

See the projects backlog in asana here

Contributing

See CONTRIBUTING.md for contribution guidelines.