The Language Translator App is a rails application that allows users to translate any language into other languages of their choice. The application provides the user with over one hundred languages and utilizes various endpoints.
Translator App |
To get a local copy up and running follow these simple steps.
-
Clone the repo
git clone https://github.com/vic778/Google-Translator
-
Goto project directory
cd budget-app
-
Configure
database.yml
in the config folder according to your postgreSQL configuration -
Run app
rails server
or
rails s
bundle exec rspec
will run all the tests.
Also, you can run bundle exec rspec spec/
to run specific test.
You can also run RAILS_ENV=test rspec spec/
to run the tests in test mode.
If you encounter any errors, run the following commands.
-
Run
rails db:drop db:create db:migrate
to drop, create and migrate a new database. -
Run
rubocop && rubocop -A
to check for and fix code errors.
-
Ruby on Rails
-
PostgreSQL
-
Bootstrap CSS Framework
👤 Victor Barh
- GitHub: @Vvic778
- Twitter: @victoirBarh
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was a source of inspiration.
This project is MIT licensed.