2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00
2023-06-16 07:42:50 +00:00

go-web-app-template

Basic template for creating go applications

Includes:

  • dotenv
  • pq
  • sqlx
  • chi
  • google.uuid

To start using make sure to setup either environment variables listed below, or create .env file and copy variables below

PSQL_HOST=localhost
PSQL_PORT=5432
PSQL_USER=template
PSQL_PASSWORD=templatePassword
PSQL_DB=template

Also, database is required for template to start, so you can start it with docker compose up -d

Description
Simple api used for tracking holidays
Readme 2.4 MiB
2024-02-10 17:07:44 +00:00
Languages
Go 65.3%
CSS 18.6%
JavaScript 14.7%
Makefile 1.4%