We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d872cc commit f522a06Copy full SHA for f522a06
README.md
@@ -1,5 +1,11 @@
1
# Minesweeper API project
2
3
+This repo contains the backend code built using Python/Django for the Minesweeper game.
4
+
5
+The Frontend is built with React and the code is available at [Minesweeper API](https://github.com/fnscoder/minesweeper-web)
6
7
+You can check the live game here: [Minesweeper](https://minesweeper-web-eight.vercel.app/)
8
9
## How to run the project with docker
10
11
```
@@ -34,6 +40,7 @@
34
40
* Docker Compose
35
41
* RUFF
36
42
* Gunicorn
43
+* Running on Render
37
44
38
45
## API Endpoints
39
46
* GET `/api/games/`: List all games
0 commit comments