Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.
/ Bowling Public archive

Simple web app to track bowling scores using MongoDB Atlas and MongoDB Stitch

License

Notifications You must be signed in to change notification settings

graboskyc/Bowling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6be70db · Feb 7, 2019

History

40 Commits
Oct 5, 2018
Oct 5, 2018
Oct 18, 2018
Oct 5, 2018
Dec 18, 2018
Dec 27, 2018
Oct 5, 2018
Oct 5, 2018
Feb 7, 2019
Oct 5, 2018
Dec 13, 2018
Nov 26, 2018
Jan 6, 2019
Oct 5, 2018
Nov 26, 2018
Nov 26, 2018

Repository files navigation

Bowling

Background

This is a pretty basic webapp built to track bowling scores. Data is inserted into a MongoDB Atlas database using a POST to Stitch's http service which inserts the record based on data provided. A Stitch trigger runs whenever new games are recorded to auto-calculate player stats.

This is a proof of concept as there Stitch features like OAuth login is not set to allow true multi-tenancy.

Bowling data is stored in bowling.games and player data is stored in bowling.players which doesn't really need to be backed up as that collection's data is calculated by the trigger mentioned above.

Bowling score calculations appear to be correct based on my test data. However that was harder to program than I expected.

Screenshots

Data Entry

History

Data Basic Stats

About

Simple web app to track bowling scores using MongoDB Atlas and MongoDB Stitch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published