Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Gobel is a headless cms built with golang.

License

NotificationsYou must be signed in to change notification settings

bmf-san/gobel-api

Repository files navigation

GitHub licenseCircleCIcodecov

The Gobel is a headless cms built with golang.

gobel

Dockerhub

bmfsan/gobel-api

Features

  • Support Go 1.21

Documentation

Get started

Edit an env file

cp .env_example .env

Edit a host file

127.0.0.1 gobel-api.local

Create a network

docker network create --driver bridge gobel_link

Create certificates

make create-certs

Build containers

make docker-compose-build

Run containers

make docker-compose-upormake-docker-compose-up-d

Then go togobel-api.local

Run tests

commanddescription
make testRun unit tests
make test-coverRun unit tests with cover options. ex. make test-cover OUT="c.out"

Architecture

gobel-api is based on Clean Architecture.

LayerDirectory
Frameworks & Driversinfrastructure
Interfaceinterfaces
Usecaseusecase
Entitiesdomain

cf.bmf-tech.com - Golangでクリーンアーキテクチャに入門する

Contribution

Issues and Pull Requests are always welcome.

We would be happy to receive your contributions.

Please review the following documents before making a contribution.

CODE_OF_CONDUCTCONTRIBUTING

License

Based on the MIT License.

LICENSE

Author

bmf-san


[8]ページ先頭

©2009-2025 Movatter.jp