Skip to content

Coffee Hunter 100 is a field note application for recording the wonderful world of coffee.

Notifications You must be signed in to change notification settings

mikeygough/coffee-hunter-100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffee-hunter-100

Coffee Hunter 100 is a field note application for recording the wonderful world of coffee.

Dummy Data

Bean

Santa Rita

Colombia

Caturra

Washed

Light Roast


Don Angel

Guatemala

Caturra

Washed

Light Roast


Alma Pineda SL-28

Honduras

SL-28

Natural

Light Roast


Luz Dary Burbano

Colombia

Castillo

Washed

Light Roast

Running Tests

To run all tests, run the following from the root project directory:

python -m unittest discover

To run all tests from a single file, run the following:

python -m unittest ch_100_app.main.tests

To run one specific test, un the following:

python -m unittest ch_100_app.main.tests.AuthTests.test_signup

Reference

Virtual Environments

Create Python3 Virtual Environment:

python3 -m venv env

Activate Virtual Environment:

source env/bin/activate

Deactivate Virtual Environment:

deactivate

Remove Virtual Environment:

sudo em -rf venv

Requirements.txt

Automagically create a requirements.txt file:

pip3 freeze > requirements.txt

Automagically install all packages inside requirements.txt file:

pip3 install -r requirements.txt

About

Coffee Hunter 100 is a field note application for recording the wonderful world of coffee.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published