Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.55 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.55 KB

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

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.