/usda-nutrient-api

🥞 nutrient counter app using data from the USDA

Primary LanguageJavaScript

USDA Nutrient Counter App

🥞 Simple way to count your nutrients.


💡Built using React + Ruby on Rails API. Designed using Semantic UI.

Description

This project was inspired to understand the interactions between React and a Ruby on Rails API. This project implemented features using information following this repo.

USDA App

Local Development

To locally test this project run the following commands:

# Clone this repo
git clone git@github.com:Adespinoza/usda-nutrient-api.git

# cd into it
cd usda-nutrient-api

# Install dependencies
bundle install
cd client
npm install

# Run Rake Task
cd ..
rake start

🎉The app will now be running over at localhost:3000.