Chat with others in the world, even you can't say their language.
- Angular 6
- Angular Material 2
- TypesSript
- Authentication with JWT (JSON Web Token)
- DigitalOcean
- Continuous Deployment with Travis CI
- Docker
- Google Cloud Translation API
To run the test suite, first install the dependencies, then run npm test:
$ npm install
$ ng serve --host 0.0.0.0
or you can do that with Docker:
docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app node /bin/bash -c 'npm i'
docker run -it --rm -w /app -v $(pwd):/app -p 4200:4200 alexsuch/angular-cli:6.0.3 ng serve --host 0.0.0.0