https://github.com/huseyinbiyik/parity
Parity is a web app that allows you to check the parities of the currencies of the world.
https://github.com/huseyinbiyik/parity
fixer-io postgresql ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Parity is a web app that allows you to check the parities of the currencies of the world.
- Host: GitHub
- URL: https://github.com/huseyinbiyik/parity
- Owner: huseyinbiyik
- License: mit
- Created: 2022-10-26T09:58:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T08:26:11.000Z (over 3 years ago)
- Last Synced: 2025-08-14T07:44:36.948Z (11 months ago)
- Topics: fixer-io, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://parity-app.herokuapp.com/
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Parity
> Parity is a web app that allows you to check the parities of the currencies of the world.
## Built With
- Ruby
- Ruby on Rails
- PostgreSQL
- Fixer API
- RSpec
- Capybara
## Getting Started
To get a local copy up and running follow these simple example steps.
1- Copy this link `https://github.com/huseyinbiyik/parity.git`
2- Get the directory that you want to clone the repository.
3- Open the command prompt in this directory.
4- Write `git clone https://github.com/huseyinbiyik/parity.git`
5- Go to the repository folder in your command prompt `cd parity`.
6- Write `bundle install` to install the necessary gems.
6- Go to command line and run `rails s`.
7- Run `rails db:create` to create database.
8- Run `rails db:migrate` to migrate database.
9- Run `rails rates:update` or `rake rates:update` to fetch and update the rates in the database.
10- Open your browser and go to `http://localhost:3000/`
To run the tests
Run `rspec` on terminal window
### Prerequisites
IDE(VSCode etc.), WSL(for Windows OS)
## Author
👤 **Huseyin Biyik**
- GitHub: [@huseyinbiyik](https://github.com/huseyinbiyik)
- Twitter: [@huseyin__biyik](https://twitter.com/huseyin__biyik)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tahahuseyinbiyik/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE.md) licensed.