A really simple CRUD GraphQL API based on Docker and Golang.
Note: In develop mode and running locally the docs are available at this url
Note: Before running any of these commands be sure that your CWD is users_crud_api_go/src directory.
go run main.gogo mod downloadgo mod tidygo get -uNote: Before running any of these commands be sure that your CWD is users_crud_api_go directory.
docker login -u joseesco24 -p < authentication token > ghcr.iodocker push ghcr.io/joseesco24/users_crud_api_go:latestdocker pull ghcr.io/joseesco24/users_crud_api_go:latestNote: Before running any of these commands be sure that your CWD is users_crud_api_go directory.
docker-compose -f compose.build.yaml builddocker-compose -f compose.databases.yaml updocker-compose -f compose.databases.yaml downdocker-compose -f compose.project.yaml updocker-compose -f compose.project.yaml down