No description
  • Go 96.1%
  • Makefile 3.3%
  • Dockerfile 0.6%
Find a file
NixLavr d65c73ca55
All checks were successful
/ build-and-push (push) Successful in 1m4s
fix
2026-01-09 23:10:19 +05:00
.forgejo/workflows Initial commit 2025-12-30 13:43:05 +00:00
cmd/api Initial commit 2025-12-30 13:43:05 +00:00
internal fix 2026-01-09 23:10:19 +05:00
.air.toml Initial commit 2025-12-30 13:43:05 +00:00
.gitignore Initial commit 2025-12-30 13:43:05 +00:00
docker-compose.yml Initial commit 2025-12-30 13:43:05 +00:00
Dockerfile Initial commit 2025-12-30 13:43:05 +00:00
go.mod update 2026-01-05 23:59:07 +05:00
go.sum update 2026-01-05 23:59:07 +05:00
Makefile Initial commit 2025-12-30 13:43:05 +00:00
README.md Initial commit 2025-12-30 13:43:05 +00:00

Project go-temp

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

MakeFile

Run build make command with tests

make all

Build the application

make build

Run the application

make run

Create DB container

make docker-run

Shutdown DB Container

make docker-down

DB Integrations Test:

make itest

Live reload the application:

make watch

Run the test suite:

make test

Clean up binary from the last build:

make clean