Skip to content
/ template Public template

Template project for the Goyave framework

Notifications You must be signed in to change notification settings

go-goyave/template

Repository files navigation

Goyave Template

A template project to get started with the Goyave framework. This project only contains the directory structure and basic server setup so you shouldn't have to clean up things you don't need.

Getting Started

First, make your own configuration for your local environment. You can copy config.example.json to config.json.

Run go run main.go in your project's directory to start the server.

License

The Goyave framework is MIT Licensed. Copyright © 2024 Jérémy LAMBERT (SystemGlitch)

The code in this template project is not licensed, use as you wish.