Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft authored Jul 8, 2024
1 parent 0624fe2 commit 82a588a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@

## Usage
### Setup
_Be sure to get the environment variables from Marlene. You will need the `GOOGLE_API_KEY` to geocode the routes_
_Be sure to get the environment variables from Marlene and add them to the `application.yml` . You will need the `GOOGLE_API_KEY` to geocode the routes_

- Clone repo: `git clone git@github.com:mikeheft/route_rater.git`
- Cd into directory: `cd route_rater`
- Install dependencies: `bundle isntall`
- `bundle exec figaro install` To add the application.yml file
- Setup DataBase: `bundle exec rails db:create db:migrate db:seed`
- Run test suite: `bundle exec rspec`
- Start the app: `./app_start.sh`
Expand Down

0 comments on commit 82a588a

Please sign in to comment.