Skip to content

motyar/restgomysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

#REST API in Golang with mySql Database

Install go lang

Installation

    git clone https://github.com/motyar/restgomysql
    cd restgomysql
    go run server.go

And open http://IP_or_localhost:1234/api

Nothing but (cute) Pandas

GET /api/ to get all the pandas.

POST /api/ to add new panda {name}

DELETE /api/panda_id to remove that one panda.

PUT /api/ to update details {id and name}

About

REST APIs with Go and MySql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages