Go-Social-Blogging-App

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

  • Owner: yTakkar/Go-Social-Blogging-App
  • Platform: Linux, Mac, Windows
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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)

Main metrics

Overview
Name With OwneryTakkar/Go-Social-Blogging-App
Primary LanguageGo
Program languageJavaScript (Language Count: 3)
PlatformLinux, Mac, Windows
License:
所有者活动
Created At2017-09-05 10:04:33
Pushed At2017-11-27 03:24:39
Last Commit At2017-11-27 08:54:38
Release Count0
用户参与
Stargazers Count33
Watchers Count6
Fork Count15
Commits Count29
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count3
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private