In this project, I built a backend for a tic tac toe game.
- clone this repo
yarn compile
ortsc
yarn start
oryarn dev
ornode .
ornodemon .
- send an empty
POST
request to /games - happy hacking! 👌
GET/games
- returns all the games in dbPOST/games
- saves a game with a 3 x 3 board and a random colorPUT/games
- makes a move (still in progress, please be nice 😉 )