plh97 / golang-api

Application

Home Page:http://207.148.118.120:8001/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoLang Reatful API

Run Command

# start
docker-compose up
# restart
docker-compose up --build
# stop
docker-compose stop
# remove
docker-compose rm
# has no memory
docker system prune

Restful Api

http://localhost:8000/api/book/:id            // PATCH     # update books
http://localhost:8000/api/book/:id            // GET       # get book
http://localhost:8000/api/book                // GET       # get books
http://localhost:8000/api/book/:id            // DELETE    # delete books
http://localhost:8000/api/book                // POST      # create books

About

Application

http://207.148.118.120:8001/


Languages

Language:Go 29.9%Language:Vue 27.4%Language:TypeScript 27.0%Language:Shell 8.1%Language:JavaScript 3.4%Language:CSS 3.3%Language:HTML 0.9%