Skip to content

I like ping pong, and I believe that tracking system for games will be a huge success in the office.

Notifications You must be signed in to change notification settings

juansacdev/test-ping-pong

Repository files navigation

Ping Pong Traker

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB URI

PORT

Screenshot

Presentación sin título

Demo

Link demo

API Reference

Renderiza el formulario

  GET /

Renderiza el dashboard

  GET /dashboard

Crea un nuevo juego

  POST /new-game
Body Type Required
namePlayerOne string True.
namePlayerTwo string True.

Guardar la partida

  POST /save-game
Parameters Type Required
players Array[ObjectID] True
winner ObjectID True.
point_diference Number True.
  POST /save-points-user
Parameters Type Required
playerId ObjectID True
wins Number True.

About

I like ping pong, and I believe that tracking system for games will be a huge success in the office.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published