TODO: This section need to be updated
- Docker: 18.x
- Docker Compose: 1.24
- NodeJS: 14.x
- NPM: 6.x
npm install && npm run initialize && npm run compile
npm start
Assume there is no customized configuration and we are talking about localhost.
- Database:
- PostgreSQL (See .env.example)
- PG Admin: http://localhost:3001 (
[email protected]
/123456
. See .env.example) - Redis (See .env.example)
- Server: http://localhost:2996/graphql
- Client: http://localhost:3000
npm run dev
Also, see re-radio wiki for more information.