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

https://github.com/go-macaron/examples

Simple examples for Macaron + X.
https://github.com/go-macaron/examples

Last synced: 9 months ago
JSON representation

Simple examples for Macaron + X.

Awesome Lists containing this project

README

          

# Macaron Examples

Simple examples for Macaron + X.

For simplicity, every example puts all files (each file represents a module) in one directory, and use models directly inside routers, but these are **NOT** the best practice. Please put each module in its own directory and separate layers correctly in your real world web apps.

Also, please ignore the content of `Makefile`, it is only useful for this particular purpose. You do **NOT** have to have a `Makefile` for Macaron apps.

- [sqlx](sqlx): A CRUD web service for songs with [jmoiron/sqlx](https://github.com/jmoiron/sqlx).

## License

This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.