忆题库 YeeTiku - 可定制的开源题库平台
YeeTiku分为三个部分:
- yeetiku server : golang+postgresql实现的服务器程序
- yeetiku admin :react +dva实现的后台管理系统
- yeetiku mobile:react native 实现的移动APP
react native 发布在expo上,有兴趣的朋友可以前往体验: https://expo.io/@yeelone/yeetiku
生成二进制服务器程序
G:\yeetiku\server-go> gox -os "linux" -arch amd64
root@DESKTOP-SRNKU4B:/mnt/g/yeetiku/server-go# ./server-go_linux_amd64 -h
Usage of ./server-go_linux_amd64:
-config string
specified config file
-port int
designated ports
-reset-admin-password string
reset admin password
root@DESKTOP-SRNKU4B:/mnt/g/yeetiku/server-go# ./server-go_linux_amd64 --port 8080
- 后台题目支持图片
- 优化go代码,去除冗余
- 优化reactnative,还有一些bugs没处理好,比如登录界面跳转到主界面之后,返回仍然会回退到登录界面
author: elone
email: yljckh@gmail.com
wechat : j_vanni
长期寻求一份远程开发工作.