Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/zarszz/discussion-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/zarszz/discussion-api

  • v0.0.0-20200907164905-ed12e64ec457
  • Source
  • Go
  • Socket score

Version published
Created
Source

Discussion API

golang version

  • 1.5

library requirements

  • gin
  • gorm
  • godotenv

Installation

  • define your .env file in root project
  1. define CONN_STRING in .env file, for example :
        CONN_STRING="user=gorm password=gorm dbname=gorm port=9920 sslmode=disable TimeZone=Asia/Shanghai"
    
  2. define LISTEN_PORT in .env file, for example :
        LISTEN_PORT=":8080"
    
  3. running docker-compose
        $~ docker-compose up --build -d
    

FAQs

Package last updated on 07 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc