-
Backend
- NestJS
- API REST
- SocketIO
- PeerServer
- PostgreSQL
- Redis
- gRPC
- NestJS
-
Frontend
- ReactJS
- Single Page Application
- ReactJS
- At the terminal, run:
$ docker-compose up -d
- Open frontend: The host localhost:8000 and start using it.
If you have a permission error when running the docker, run these commands below to apply the permissions to the file .docker/entrypoint.sh
, for windows use Git Bash.
/* Only for Unix environment */
$ chmod +x .docker/entrypoint.sh
/* Windows only (works on Git Bash terminal only) */
$ dos2unix .docker/entrypoint.sh