https://github.com/codenoid/go-web-boilerplate
Golang Web Boilerplate with Auth, User Management, reCaptcha, Page Generator
https://github.com/codenoid/go-web-boilerplate
Last synced: 5 months ago
JSON representation
Golang Web Boilerplate with Auth, User Management, reCaptcha, Page Generator
- Host: GitHub
- URL: https://github.com/codenoid/go-web-boilerplate
- Owner: codenoid
- Created: 2021-05-07T19:19:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T23:55:27.000Z (over 4 years ago)
- Last Synced: 2025-02-02T16:19:43.917Z (about 1 year ago)
- Language: Go
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://goreportcard.com/report/github.com/codenoid/go-web-boilerplate)
# Go Web Boilerplate
> WIP
```sh
# make sure MongoDB & Redis are running, please check web-base/config.env
cd web-base
go run .
xdg-open http://localhost:3000
# username: admin
# password: @admin1234
```
### Todo
- User Settings
- User Management
- Page Generator
- reCaptcha
- Google Auth