- Back-End for
InfoMe app
- Makes calls to
ProPublica Api
- Currently hosted with:
Heroku
- Front-End of app built with React can be found here: infome-frontend
- Have
NPM
installed- Version:
6.11.2
- Version:
- Have
Ruby
installed- Version:
2.6.4
- Version:
- Have
Ruby On Rails
installed- Version:
gem 'rails', '~> 5.2.0'
- Version:
- Have
PostgreSql
installed- Version:
gem 'pg', '~> 0.18.4'
- Version:
- Herkoku CLI
- cd int project
- bundle install
- rails db:migrate
- Bills
- User_Bills
- Users
- Database
- PostgreSql
- Framework
- Rails
- Back-End Language, Object-Oriented
- Ruby
- HTTPIE
HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax, and displays colorized output. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.