No description
Find a file
NixLavr ff1c132cd5
All checks were successful
/ build-and-push (push) Successful in 1m23s
fix comments
2025-11-09 12:53:51 +05:00
.forgejo/workflows test db 2025-11-06 13:52:08 +05:00
cmd/api add docs & comments 2025-11-08 22:34:36 +05:00
docs add docs & comments 2025-11-08 22:34:36 +05:00
internal fix comments 2025-11-09 12:53:51 +05:00
migrations add docs & comments 2025-11-08 22:28:43 +05:00
queries fix comments 2025-11-09 12:53:51 +05:00
repo fix comments 2025-11-09 12:53:51 +05:00
.air.toml Initial commit 2025-11-05 17:16:56 +00:00
.gitignore image 2025-11-08 19:22:06 +05:00
docker-compose.yml Initial commit 2025-11-05 17:16:56 +00:00
Dockerfile clear 2025-11-06 14:26:07 +05:00
go.mod add docs 2025-11-08 21:45:34 +05:00
go.sum add docs 2025-11-08 21:45:34 +05:00
Makefile Initial commit 2025-11-05 17:16:56 +00:00
README.md Initial commit 2025-11-05 17:16:56 +00:00
sqlc.yml add auth 2025-11-08 11:56:51 +05: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