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.
- Host: GitHub
- URL: https://github.com/go-macaron/examples
- Owner: go-macaron
- License: apache-2.0
- Created: 2014-12-28T00:37:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T23:42:43.000Z (over 6 years ago)
- Last Synced: 2025-03-27T03:01:37.026Z (10 months ago)
- Language: Go
- Homepage:
- Size: 249 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.