bmfsan/gobel-api
Gobel is a headless cms built with golang.
This is an api repository.
cp .env_example .env
127.0.0.1 gobel-api.local
docker network create --driver bridge gobel_link
make docker-compose-build
make docker-compose-up
or
make docker-compose-up-d
Then go to gobel-api.local:80
gobel-api is based on Clean Architecture.
Layer | Directory |
---|---|
Frameworks & Drivers | infrastructure |
Interface | interfaces |
Usecase | usecase |
Entities | domain |
cf. blog.cleancoder.com - The Clean Code Blog by Robert C. Martin (Uncle Bob)
We welcome your issue or pull request from everyone. Please make sure to read the CONTRIBUTING.md.
This project is licensed under the terms of the MIT license.
bmf - Software engineer.
docker pull bmfsan/gobel-api