Skip to content

A simple questioning web site, can be used for some special activities like parties, small meetings .etc. Don't ask why I need it, it's just for someone's request. Now it is for Go practice only

Notifications You must be signed in to change notification settings

verils/iwantoask

Repository files navigation

Iwantoask

Quality Gate Status

How to run

Pull the image from docker and run it.

docker pull verils/iwantoask

docker volume create iwantoask_data

docker run --name iwantoask -p 8080:8080 -v iwantoask_data:/iwantoask/data -d verils/iwantoask

Todos

  • 启动时显示版本号
  • 支持BaseUrl在环境变量配置(包括HTML和Go代码)
  • 使用CI进行构建(GitHub Actions)
  • 提交表单时进行参数校验和错误提示
  • 支持分页显示列表
  • 根据Cookie区分用户
  • 防止重复提交(禁用提交按钮)
  • 针对请求url的测试(基于响应码的断言)
  • 自动为用户生成用户名(支持中文)
  • 支持对问题的Star
  • 国际化支持

About

A simple questioning web site, can be used for some special activities like parties, small meetings .etc. Don't ask why I need it, it's just for someone's request. Now it is for Go practice only

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages