https://github.com/david-torres/go-webapp-quickstart
https://github.com/david-torres/go-webapp-quickstart
go golang quickstart webapp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/david-torres/go-webapp-quickstart
- Owner: david-torres
- License: mit
- Created: 2018-02-14T03:20:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T16:43:24.000Z (over 8 years ago)
- Last Synced: 2025-03-04T17:38:45.441Z (over 1 year ago)
- Topics: go, golang, quickstart, webapp
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Web Application Quickstart
The goal of this project is to provide a simple skeleton project for a web application using a Go backend. Routing and other web application niceities are provided by [Echo](https://echo.labstack.com/) web framework. The basic idea here is that you're going to be serving static html/js/css/image assets and the backend is primarily treated as an api.