Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bebalix/transcendence
- Owner: BebAlix
- Created: 2023-08-02T13:23:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T11:51:16.000Z (over 1 year ago)
- Last Synced: 2023-08-29T14:43:16.982Z (over 1 year ago)
- Topics: 42projects, chat, docker-compose, matchmaking, nestjs-backend, pong-game, postgresql, react, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)