Skip to content

lewoudar/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe api

The goal of this project is to play with ormar orm and fastapi. For this purpose I decided to create an api allowing to play tic-tac-toe game.

Usage

You need to have poetry package manager installed. After that you can run the following commands:

poetry install
poetry shell
alembic upgrade head

Then you can start an application with:

uvicorn tic_tac_toe.main:app

The rules of tic-tac-toe game can be easily found on the web. Here is a french documentation.

About

A fastapi api to play tic-tac-toe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published