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
- Clone the repository and navigate into it:
git clone https://github.com/khmer-eid/khmereid-backend.git
cd khmereid-backend
- Bootstrap the environment:
make bootstrap
- Set up environment variables:
cp .env.example .env
# update db config part your .env
- Run database migrations:
make dev-migrate
- Start the development server:
make dev
Description
Languages
C#
93.7%
Makefile
4%
Dockerfile
2.3%