GithubHelp home page GithubHelp logo

guoyu07 / usda-ndb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rsesek/usda-ndb

0.0 1.0 0.0 5.93 MB

Simple search engine for the USDA's Nutrient Database. Sample app for the NYC AngularJS meetup.

Go 76.71% CSS 2.04% HTML 7.39% JavaScript 13.86%

usda-ndb's Introduction

Foodle - The USDA Nutrient Database Search Engine

This is a sample app for a tech talk given at the AngularJS NYC Meetup in April 2013.

The repository is tagged with with varous preso/step-N tags, which match up with the various step slides in the presentation. On that page, I've also included a pre-built server binary, so that you can just clone the repository and run the server without having to install anything.

Running the Server

The backend server is written in Go, which the only requirement for building the app.

  1. Download and install the Go runtime.
  2. Set up your GOPATH, e.g.:
  • export GOPATH=$HOME/go/
  • mkdir $GOPATH
  1. Have Go clone the repository for you:
  • go get -d github.com/rsesek/usda-ndb
  1. Go to the work directory and build the server:
  • cd $GOPATH/src/github.com/rsesek/usda-ndb
  • go build
  1. Run the server:
  • ./usda-ndb

The server by default runs on port 8077, but it can be changed with the -port=8077 flag to the binary.

usda-ndb's People

Contributors

rsesek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.