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.
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.
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.