Link to live app: https://squared-squirrel-app.felixworks.now.sh/
Link to client repo designed to use this API: https://github.com/felixworks/squared-squirrel-app
Express, PostgreSQL, Knex
/api/users
GET
None
None
/api/users/single
GET
username=[string]
None
/api/users
POST
None
{"username": "test"}
/api/users/single
PATCH
None
{"userStatistics":
{"id": "2",
"incrementGamesPlayed": "true",
"incrementGamesWon": "true",
"lowestTimeWin": "26"}
}
/api/users
DELETE
None
{"username": "test"}