Skip to content

server to handle requests containing user hangboard sessions data

Notifications You must be signed in to change notification settings

michaelfswann/hangboard-express-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 Under Construction 🚧

hangboard-express-server

Server handles POST and GET requests from hangboard-timer client.

Routes protected using JWT and Auth0.

Data served is stored on MongoDB.

🐳 Docker image available here.

Stack

  • Node.js
  • Express.js
  • MongoDB

Data looks like this

{
	"_id": "601ddfd8c0b9ca9f572a049e",
	"date_of_session": "2020-11-04",
	"user_email": "[email protected]",
	"weight_added_in_kg": 17.5,
	"max_hang_session": true,
	"rest_time_seconds": 120,
	"hanging_time_seconds": 5,
	"number_sets": 6
}

About

server to handle requests containing user hangboard sessions data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published