Skip to content

Store and allow to add lines of score for a long living card party

Notifications You must be signed in to change notification settings

blured75/CardScores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card management

Store and allow to add lines of score for a long living card party

API

  • POST /part {name, players[]} Create part(name, players)
  • POST /part/x/score_line
  • PUT /part/x/score_line/y
  • DELETE /part/x/score_line/y

screens

  1. Create a new game
  2. Load a game

Prerequisite

Have a mongo server locally installed

install

$ npm install
$ node server/app.js

About

Store and allow to add lines of score for a long living card party

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published