Skip to content

malisetti/go-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published