New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/akashgupta05/account

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/akashgupta05/account

  • v0.0.0-20201206180545-538a995aeb7d
  • Source
  • Go
  • Socket score

Version published
Created
Source

account

Account service provides implementation of credit and debit for a user account.

Steps to up and running

  1. Install Go on your local machine. You will also need Postgres running locally.

  2. git clone git@github.com:akashgupta05/account.git

  3. Create a dev environment file

    cp env.sample development.env

    Edit values in development.env to match your needs

  4. Run Migrations

    • Install golang-migrate tool

      brew install golang-migrate

    • Create database

    createdb account_development

    • Use helper bash script to run migrations

      ./scripts/migrations.sh

  5. Install gin. This is needed for live-reload during development

    GOBIN=/usr/local/bin/ go install github.com/codegangsta/gin

  6. Use helper bash script to run locally

    ./scripts/local_run.sh

FAQs

Package last updated on 06 Dec 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