This project is a simple API server built with FastAPI for a multiplayer Snake game.
- Python 3.10+
- FastAPI
-
Clone the repository:
git clone https://github.com/raphaelpra/snake-api.git cd snake-api -
Install the required packages:
pip install -r requirements.txt
- Run the server:
fastapi dev
And then open the url provided by the CLI
The interactive documentation is available at : /docs
The beautiful documentation is available at : /redoc
main.py: Contains the FastAPI application
TODO
This project is licensed under the MIT License.