Skip to content

Golang like service that powers likes on nickolinger.com/blog

Notifications You must be signed in to change notification settings

olingern/blog-like-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is the service that powers nickolinger.com/blog's upvotes. Currently, very 0.0.1.

Uses go1.14

Endpoints

POST /users - Returns a new user ID for front-end to store in localstorage.
GET /users/{userId}/posts/{name} - Retrieves likes for a user for a particular post
POST /users/{userId}/likes/{id} - Like a post

TODO'S

  • Finish netlify webhook glue
  • Tests
    • Write mock firestore service
    • Write integration tests for public / private key auth

About

Golang like service that powers likes on nickolinger.com/blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published