Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.
/ likes Public archive

WIP: Simple Golang based server for likes.

License

Notifications You must be signed in to change notification settings

orsinium-archive/likes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Likes

Server

  1. Start:
    go run server.go
  2. Add site:
    curl -XPUT localhost:8000/example.com
  3. View sites:
    curl localhost:8000/
  4. Add post:
    curl -XPUT localhost:8000/example.com/1
  5. View posts:
    curl localhost:8000/example.com
  6. Show post stat:
    curl localhost:8000/example.com/1

About

WIP: Simple Golang based server for likes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages