https://github.com/lemmego/api
The Go web framework.
https://github.com/lemmego/api
framework go golang
Last synced: 2 months ago
JSON representation
The Go web framework.
- Host: GitHub
- URL: https://github.com/lemmego/api
- Owner: lemmego
- License: mit
- Created: 2024-09-02T06:34:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-18T14:34:19.000Z (3 months ago)
- Last Synced: 2026-01-18T22:14:10.146Z (3 months ago)
- Topics: framework, go, golang
- Language: Go
- Homepage: https://lemmego.github.io
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> ⚠️ This project is still experimental. Do not use this in production.
# Lemmego API
Full-stack web framework for the Go programming language.
## Features
- **RAD**: Rapid application development with easy to use APIs.
- **Generators**: Time-saving generators for models, migrations, handlers, inputs, and forms.
- **Frontend**: Seamless frontend integration with tools like Templ, Inertia, and native Go templates.
- **Schema Migration**: Fluent APIs for generating db-agnostic schema migration files.
- **Extensible**: Out-of-the-box plugin support for extending the framework.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)