An open API service indexing awesome lists of open source software.

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.

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/)