Skip to content

eyan422/Blog

Repository files navigation

mysql -uroot -p12345678 < creation.sql

go mod tidy

go test ./...

go run .

curl -X GET localhost:8080/articles/1

curl -X GET localhost:8080/articles/2

curl -X POST --location --request POST 'http://localhost:8080/articles' \
--header 'Content-Type: application/json' \
--data-raw '{
    "title": "test_title",
    "content": "test_content",
    "author": "test_author"
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages