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

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

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/codenoid/go-web-boilerplate)](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