Skip to content

maleck13/storypoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Story Pointing App

try it out at https://storypoint.me

Pre-requisites

Setup

  • Clone the repo into the correct GOPATH

Server Setup

  1. Build the server
  make build_all
  1. Run the server
  docker run -d -p 8080:8080 maleck13/storypoint-api:1.0.0

Frontend Setup

  1. Go into the web folder. cd web/
  2. Install angular-cli
  npm install g @angular/cli@latest
  1. Build using ng build
  2. Serve using ng serve