Skip to main content

Quick Start Guide

  1. Clone the repository:
git clone https://github.com/gojangframework/gojang
cd gojang
  1. Copy environment file:
cp .env.example .env
  1. Install dependencies:
go mod download
  1. Run the application:
go run ./gojang/cmd/web

Visit: http://localhost:8080

The database is automatically created and migrated on first run.

First admin login (seed):

go run ./gojang/cmd/seed