Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micahparks/httphandle
https://github.com/micahparks/httphandle
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/micahparks/httphandle
- Owner: MicahParks
- License: apache-2.0
- Created: 2023-11-04T22:27:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-10T23:14:07.000Z (9 months ago)
- Last Synced: 2024-05-01T17:25:44.469Z (9 months ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httphandle
httphandle is an HTTP framework for websites that meet the following requirements:
* Written in Golang.
* Rendered using Go HTML templates.
* Follows a specific API design pattern.
* Has a PostgreSQL database.
* Written by me.This project is public on GitHub primarily so that open source projects that I've published will build for others. This
project is likely to have many breaking changes in the future to serve my specific needs.That being said, it is licensed under the Apache 2.0 license, so anyone is free to use it if the use case fits.