Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fnscoder committed Nov 21, 2024
1 parent 1d872cc commit f522a06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Minesweeper API project

This repo contains the backend code built using Python/Django for the Minesweeper game.

The Frontend is built with React and the code is available at [Minesweeper API](https://github.com/fnscoder/minesweeper-web)

You can check the live game here: [Minesweeper](https://minesweeper-web-eight.vercel.app/)

## How to run the project with docker

```
Expand Down Expand Up @@ -34,6 +40,7 @@
* Docker Compose
* RUFF
* Gunicorn
* Running on Render

## API Endpoints
* GET `/api/games/`: List all games
Expand Down

0 comments on commit f522a06

Please sign in to comment.