Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Cnode 社区 golang 版本

License

NotificationsYou must be signed in to change notification settings

dangyanglim/go_cnode

Repository files navigation

项目介绍

http://cnodejs.org/ 是一个用nodejs语言编写的开源论坛
打算是用golang语言仿写
项目部署在http://52.77.218.37:9035/ 账号密码admin

安装

go version 1.12.4
git version 2.19
go版本>1.11
git版本>2.17
用了go mod 管理依赖
安装mongodb
安装redis

使用

使用命令行

$ git clone https://github.com/dangyanglim/go_cnode.git$cd go_cnode$ redis-server# 要安装redis$ mongod --fork --logpath=/data/logs.log# 要安装mongodb$ go run main.go# 访问 http://localhost:9035

功能介绍

  • 邮箱注册/Github第三方注册
  • Go 模块管理
  • 后台 Gin+mongodb+redis
  • 前台 bootstrap+jquery+渲染模板

go.png

目录结构

├─.vscode├─controllers│  ├─reply│  ├─sign│  ├─site│  └─topic├─database├─mgoModels├─public│  ├─images│  ├─img│  ├─javascripts│  ├─libs│  │  ├─bootstrap│  │  │  ├─css│  │  │  ├─img│  │  │  └─js│  │  ├─code-prettify│  │  ├─editor│  │  │  └─fonts│  │  ├─font-awesome│  │  │  ├─css│  │  │  └─fonts│  │  └─webuploader│  ├─stylesheets│  └─upload├─router├─service│  ├─cache│  └─mail├─utils└─views    ├─about    ├─api    ├─common    ├─edit    ├─getStart    ├─index    ├─message    ├─notify    ├─searchPass    ├─setting    ├─showSignUp    ├─signIn    ├─signUp    └─topic

About

Cnode 社区 golang 版本

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp