exothermic-story-mapping

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2020 License: Apache-2.0 Imports: 21 Imported by: 0

README

Exothermic Story Mapping

Exothermic is an open source agile story mapping tool, though storyboards are generic enough to be used for multiple excercises.

Each storyboard has the ability to add goals (rows), columns, and stories.

Uses WebSockets and Svelte frontend framework for a truly Reactive UI experience

image

Building and running with docker-compose (easiest solution)

Prefered way of building and running the application with Postgres DB

docker-compose up --build

Building

To run without docker you will need to first build, then setup the postgres DB, and pass the user, pass, name, host, and port to the application as environment variables

DB_HOST=
DB_PORT=
DB_USER=
DB_PASS=
DB_NAME=
Install dependencies
go get
go go install github.com/markbates/pkger/cmd/pkger
npm install

Build with Make

make build
OR manual steps
Build static assets
npm run build
bundle up static assets
pkger
Build for current OS
go build

Run Locally

Run the server and visit http://localhost:8080

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL