Quick Start Guide
- Clone the repository:
git clone https://github.com/gojangframework/gojang
cd gojang
- Copy environment file:
cp .env.example .env
- Install dependencies:
go mod download
- 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