Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bebalix/transcendence

Create a website with an online pong game and a chat
https://github.com/bebalix/transcendence

42projects chat docker-compose matchmaking nestjs-backend pong-game postgresql react typeorm typescript

Last synced: about 1 month ago
JSON representation

Create a website with an online pong game and a chat

Awesome Lists containing this project

README

        

# Transcendence

Create a website with an online pong game and a chat, all of this in a docker network using react for the front and nestjs for the back with postgresql database

## How to launch the program

1. Launch the website :

```sh
$ make
```
2. then go to this URL on your navigator:

```sh
$ http://localhost:3000
```

3. Remove all :

```sh
$ make fclean
```

## Screenshots

![screenshot](Screenshots/screen1.png)
![screenshot](Screenshots/screen2.png)
![screenshot](Screenshots/screen3.png)
![screenshot](Screenshots/screen4.png)
![screenshot](Screenshots/screen5.png)
![screenshot](Screenshots/screen6.png)