Parity is a web app that allows you to check the parities of the currencies of the world.
- Ruby
- Ruby on Rails
- PostgreSQL
- Fixer API
- RSpec
- Capybara
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
IDE(VSCode etc.), WSL(for Windows OS)
👤 Huseyin Biyik
- GitHub: @huseyinbiyik
- Twitter: @huseyin__biyik
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.