Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vic778/google-translator
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.
https://github.com/vic778/google-translator
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vic778/google-translator
- Owner: vic778
- Created: 2022-06-24T07:32:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T07:43:17.000Z (over 2 years ago)
- Last Synced: 2023-03-03T21:13:36.643Z (almost 2 years ago)
- Language: Ruby
- Homepage: https://language-tanslator.herokuapp.com/
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LANGUAGE TRANSLATOR APP
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.
#### Budget App Screenshots
Translator App
# Getting Started
_To get a local copy up and running follow these simple steps._
1. Clone the repo
```sh
git clone https://github.com/vic778/Google-Translator
```
2. Goto project directory
```sh
cd budget-app
```3. Configure `database.yml` in the config folder according to your postgreSQL configuration
4. Run app
```sh
rails server
```
or
```sh
rails s
```# Testing
`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.
## Errors
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.
# This project was built with
- Ruby on Rails
- PostgreSQL
- Bootstrap CSS Framework
# Author
👤 **Victor Barh**
- GitHub: [@Vvic778](https://github.com/vic778)
- Twitter: [@victoirBarh](https://twitter.com/)
- LinkedIn: [LinkedIn](https://linkedin.com/in/victoir-barh)# 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://issues).
# Show your support
Give a ⭐️ if you like this project!
# Acknowledgement
- Hat tip to anyone whose code was a source of inspiration.
# 📝 License
This project is [MIT](./MIT.md) licensed.