Sample project based on ReactJS
- React front end
- NGINX
- Docker
Clone the repository to your filesystem
$ git clone https://github.com/DJilanov/React-N-Gram.git
$ cd React-N-Gram
Build images
$ docker-compose build
Run containers
$ docker-compose up
Stop containers
$ docker-compose down
The API documentation is available here.
Copyright (c) Dimitar Jilanov.
Licensed under the MIT License.
- Write FE tests
- Finish BE tests
- Add all already calculated sentenses to DB so we dont do calculations when we can just fetch precalculated data ( can use bigQuerry )