Skip to content

failure-driven/bdd-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Welcome to BDD workshop!

Start by setting up your dev environment from

https://github.com/failure-driven/bdd-workshop

bit.ly ndc-bdd link to this repo

Setup Option 1: Code spaces (easy)

Use Code Spaces for a seamless experience.

github codespaces instructions

  • code -> codespaces -> Create codespace on main
make

# ⚠️ Important ⚠️ manually use correct version of rvm ruby
rvm install $(cat .ruby-version) && rvm use .

make build                  # runs tests

make setup                  # sets up DB and runs dev server

make dev                    # run dev server
                            # codespaces will open up a tab to view in the browser window

OR


Setup Option 2: Local development (advanced)

Note: we will not troubleshoot this option.

git clone git@github.com:failure-driven/bdd-workshop.git
cd bdd-workshop

make
make build                  # runs tests

make setup                  # sets up DB and runs dev server

make dev                    # run dev server
open http://localhost:3000  # have a go in the browser

Labs

  1. Lab_00.md - Guestbook walk through
  2. Lab_01.md - Mandatory body and name in message
  3. Lab_02.md - Text Generation
  4. Lab_03.md - AI Text Generation
  5. Lab_04.md - Text Generation in background job
  6. Lab_05.md - Dynamic async loading UI

END

About

BDD workshop

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •