Ichen Chhoeng ff0e97e36b blah
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00
2025-11-10 11:31:08 +07:00
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00
2025-11-17 11:25:33 +07:00

Quick Start (Local Development)

Prerequisites

Make sure you have:

  • .NET 9 SDK
  • Docker
  • kind brew install kind
  • skaffold brew install skaffold
  • PostgreSQL

Clone and set up

  1. Clone the repository and navigate into it:
git clone https://github.com/khmer-eid/khmereid-backend.git
cd khmereid-backend
  1. Bootstrap the environment:
make bootstrap
  1. Set up environment variables:
cp .env.example .env
# update db config part your .env
  1. Run database migrations:
make dev-migrate
  1. Start the development server:
make dev
Description
No description provided
Readme 1.6 MiB
Languages
C# 93.7%
Makefile 4%
Dockerfile 2.3%