Skip to content

Latest commit

 

History

History

tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tic-tac-toe game implemented using fat event handlers

Fat effect handlers are handlers that take the responsibility of fetching entities from repositories and handle all entity lifecycle.

To run this project:

cd frontend
yarn start

On another console:

cd backend
pipenv run start-dev