Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Submission #11

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Code Submission #11

wants to merge 11 commits into from

Conversation

tylermachen
Copy link

I built the application using rails-api. To run the code, clone the repo and cd into the directory. Run rails server in your terminal. Visit the URLs described in the following paragraph.

Currently, api parses and saves data to postgreSQL from truncated file by visiting localhost:3000/banks
Afterward, the individual bank data can be accessed by visiting localhost:3000/banks/:routing_number

Still needs validations for unique routing_numbers and a better way of parsing the data (currently, using Ruby's unpack method but a gem would be better). Also, needs to pull data from URL instead of saved data file.

@tylermachen tylermachen changed the title Code submission Code Submission Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant