Game Project Schema - evelinawahlstrom/game-project-client GitHub Wiki

Welcome to the game-project wiki! https://medium.com/@marcinbaraniecki/tic-tac-toe-game-in-react-and-redux-155beefa09b0

Frontend • create-react-app, add dependencies required (react, redux, react-redux, thunk, superagent etc)

Backend

  • Stream -backend
  • Dependencies: cors, express, sequelize, postgreSQL (image), jwt, bcrypt
  • Sequelize-model - the board, the structure of it
  • Model (postgreSQL connect to model), table
  • Which endpoints should my REST API have?
  • Requests, responses
  • https://github.com/fmenegossi/express-tic-tac-toe