Skip to content

robertjlooby/scotty-story-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scotty-story-board

A project management tool built using Scotty

Setup

You'll need:

Running

  • Copy the development config example: cp config/development.env.example config/development.env
  • Fill in API tokens
  • Create the database:
    • createuser --createdb scotty
    • createdb --owner=scotty scotty-story-board
  • Build: stack build
  • Migrate the database: stack exec migrate development
  • Run: stack exec web
  • Visit localhost:3000

Running tests

  • Create the database:
    • createuser --createdb scotty (if not done already)
    • createdb --owner=scotty scotty-story-board-test
  • Migrate the database: stack exec migrate test
  • Build and run: stack test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published