chore: remove demo link from readme

This commit is contained in:
Raru
2024-07-30 18:46:42 +03:00
committed by Cozma Rares
parent 25553cc79d
commit af602e46c5
+2 -2
View File
@@ -1,7 +1,5 @@
# Chess Game
> [Working Demo](https://chess.raru.dev)
## Project Description
A minimalistic server for a chess game accompanied by a corresponding website.
@@ -78,6 +76,8 @@ instance. Within the EC2 instance, an nginx server is configured to route
incoming HTTPS traffic from port 443 to the specific port where the application
server is listening, ensuring secure communication.
> NOTE: deployment is no longer available
## Reflection
The goal of the project was to build a fully functional chess server and to