Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamidou authored Oct 18, 2023
1 parent d4ce9aa commit 2976237
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Juego clásico de Buscaminas en una línea.
- CRUD completo para gestionar jugadores.
- Puntuaciones de jugadores guardadas para competir en el tablero de líderes.
- Interfaz de usuario amigable y atractiva.
- Uso de JSON.
- Seguridad de datos para proteger la información del jugador.

## 📋 Requisitos
Expand All @@ -48,6 +48,12 @@ Antes de comenzar, asegúrate de tener los siguientes requisitos:

## 🚀 Uso | Endpoints del Programa

Montar un servidor con php:

```sh
php -S 127.0.0.1:1234
```

A continuación se enumeran los endpoints disponibles:

### Login
Expand Down

0 comments on commit 2976237

Please sign in to comment.