Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 888 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 888 Bytes

go-angular

  1. USAGE
  2. TODO

angular js web app(backed by golang) to show and rate cute puppies

  1. create http server with golang
  • expose apis
    • fetch puppies
    • like a puppy
    • dislike a puppy :(
  1. fetch cute puppies(all are cute) images from [Flickr Photo Search API](https://flickr https://www.flickr.com/services/api/flickr.photos.search.html "Flickr Photo Search")
  • add models to represent the photos from flickr
    • initialize votes on a new photo to 0
  • add orm to deal with databases(sqlite/mysql)
  1. web app
  • use bootstrap
  • use angular js
  • call fetch puppies api
  • display fetched puppies in a grid with pagination
  • give options to like or dislike
  • options to sort based on most voted/by time