Skip to content

Commit f522a06

Browse files
committed
Updated README.md
1 parent 1d872cc commit f522a06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Minesweeper API project
22

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+
39
## How to run the project with docker
410

511
```
@@ -34,6 +40,7 @@
3440
* Docker Compose
3541
* RUFF
3642
* Gunicorn
43+
* Running on Render
3744

3845
## API Endpoints
3946
* GET `/api/games/`: List all games

0 commit comments

Comments
 (0)