Searchtool to return words for a specific frequency class
- Search words to a specific frequency class
- Export the words for a specific frequency class
This project need the following environment in order to run
- Docker version 18.03.0-ce, build 0520e24
- docker-compose version 1.20.1, build 5d8c71b
git clone [email protected]:janz93/frequency-classes.git
cd frequency-classes
docker-compose build --pull
docker-compose up
docker-compose ps
will tell you, on which local port the application binds.
This is a TDD project.
To fight bugs and have best practice code we use:
Launch tests
docker-compose build --pull
docker-compose -f docker-compose.test.yml run --rm web
In case of finding bug: Please post any bugs, questions, or ideas on our issues page.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
This work is licensed under a Creative Commons Attribution 4.0 International License.