An open API service indexing awesome lists of open source software.

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.

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.