https://github.com/go-goyave/template
Template project for the Goyave framework
https://github.com/go-goyave/template
backend goyave rest template-project
Last synced: 5 months ago
JSON representation
Template project for the Goyave framework
- Host: GitHub
- URL: https://github.com/go-goyave/template
- Owner: go-goyave
- Created: 2019-11-17T10:27:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-30T09:09:44.000Z (8 months ago)
- Last Synced: 2025-10-30T11:23:43.706Z (8 months ago)
- Topics: backend, goyave, rest, template-project
- Language: Go
- Homepage: https://goyave.dev
- Size: 261 KB
- Stars: 22
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goyave Template
A template project to get started with the [Goyave](https://github.com/go-goyave/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.
- [Documentation](https://goyave.dev)
- [go.pkg.dev](https://pkg.go.dev/goyave.dev/goyave/v5)
## 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.