Categorygithub.com/Sanchir01/candles_backend
repository
0.0.0-20250128054138-7dc513b22e08
Repository: https://github.com/sanchir01/candles_backend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Backend app for online shop candles online

Build & Run (Locally)

Prerequisites

  • go 1.23
  • docker
  • air
  • golangci-lint (optional)

Create .env file in root directory and add follow values:

JWT_SECRET="sdw@#!@#Fxd"
CONFIG_PATH="./config/config.yaml"
PASSWORD_POSTGRES='postgres'
STORAGE_PATH="postgresql://postgres:postgres@localhost:5432/postgres?ssl=disabled"

use air and open browser localhost:5000