It is a language translation service that changes words and phrases from different languages around the world to their meanings in other languages as selected.
- Clone the repository to your development server root (www for wampserver) - git clone git@bitbucket.org:davidserenity/kasha-translation-service.git
- Navigate to the cloned directory - cd kasha-translation-service
- Install dependencies by running - npm install
- Build the project and run tests by running - gulp
- Project runs at http://localhost/kasha-translation-service
- Extract translationAPI.zip [found inside cloned ./kasha-translation-service] into your development server root [www/translationAPI the client web app uses this location http://localhost/tranlationAPI/ to save and read completed translations]
- Create user, password and database with names kasha
- Import database file translationAPI.sql to the new kasha database you created
MIT license.