Frontend is created with:
- JavaScript
- TypeScript
- ReactJS
- GraphQL
- WebSockets
For locally launch frontend run
$ yarn
$ yarn start
Backend is created with:
- PostgreSQL
- Docker
- TypeScript
- NodeJS
- NestJS
- GraphQL
- WebSockets
For locally launch backend run
$ docker-compose up -d
$ yarn
$ nvm use 12.10.0 (GraphQL upload working in this version)
$ yarn start