Go-Social-Blogging-App

一个用 Golang 和 Mysql 开发的社交博客应用!「A Social-Blogging App developed with Golang & Mysql!!」

  • 所有者: yTakkar/Go-Social-Blogging-App
  • 平台: Linux, Mac, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Go-Social-Blogging-App

A Social-Blogging App developed with Golang & Mysql!!

Updated Version

Click here for mini-social-network created with Golang!!

Quick Links

  1. Screenshots
  2. Requirements
  3. Usage

Screenshots

alt text
alt text
alt text
alt text
alt text
alt text
alt text

Requirements

  1. Make sure you keep this project inside src/ of your Golang project folder.
  2. Following packages should be installed.
    1. httprouter
    2. negroni
    3. checkmail
    4. MySQL driver
    5. bcrypt
    6. sessions
    7. godotenv

Usage

  1. Open PHPMyAdmin, create a db & import db.sql.

  2. Install all the dependencies with npm or Yarn.

npm install

or

yarn
  1. Create a .env file & insert the above code. Replace values with yours!!
PORT=YOUR PORT (default: 2280) [STRING]
SESSION_SECRET=ANYTHING SECRET [STRING]
DB_USER=DB_USER [STRING]
DB_PASSWORD=DB PASSWORD [STRING]
DB=DB YOU JUST CREATE [STRING]
  1. My root folder name is Go-Social-Blog-App, if yours is different then go ahead & change it as it used for imports. It can be done easily by searching the whole project.

  2. Now run the app.

npm run start
  1. Run the app in browser.
localhost:[PORT] PORT=2280 (By default)

主要指标

概览
名称与所有者yTakkar/Go-Social-Blogging-App
主编程语言Go
编程语言JavaScript (语言数: 3)
平台Linux, Mac, Windows
许可证
所有者活动
创建于2017-09-05 10:04:33
推送于2017-11-27 03:24:39
最后一次提交2017-11-27 08:54:38
发布数0
用户参与
星数33
关注者数6
派生数15
提交数29
已启用问题?
问题数0
打开的问题数0
拉请求数3
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?