Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 564 Bytes

gutematch

A CRUD web-app for make and join in matches with other players, to be disputed in real life.

The logic and control of the match is conditioned from the database.

Server

Is build with Node JS using Express.

It uses the 'pg' postgreSQL library to create a pool connection and call the queries with all the params taken from the body or the url param needed in all the functions/procedures.

The response can be a table or a returned function message from database, later parsed in a json, or a server message.

To improve: error responses.